File tree Expand file tree Collapse file tree
csharp/ql/src/experimental/CWE-918
javascript/ql/src/Security/CWE-918
ruby/ql/src/queries/security/cwe-918 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/**
2- * @name Uncontrolled data used in network request
3- * @description Sending network requests with user-controlled data allows for request forgery attacks.
2+ * @name Server-side request forgery
3+ * @description Making a network request with user-controlled data in the URL allows for request forgery attacks.
44 * @kind path-problem
55 * @problem.severity error
66 * @precision high
Original file line number Diff line number Diff line change 11/**
2- * @name Uncontrolled data used in network request
3- * @description Sending network requests with user-controlled data allows for request forgery attacks.
2+ * @name Server-side request forgery
3+ * @description Making a network request with user-controlled data in the URL allows for request forgery attacks.
44 * @kind path-problem
55 * @problem.severity error
66 * @security-severity 9.1
Original file line number Diff line number Diff line change 11/**
2- * @name Uncontrolled data used in network request
3- * @description Making a network request with user-controlled data allows for request forgery attacks.
2+ * @name Server-side request forgery
3+ * @description Making a network request with user-controlled data in the URL allows for request forgery attacks.
44 * @kind path-problem
55 * @problem.severity error
66 * @security-severity 9.1
You can’t perform that action at this time.
0 commit comments