File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
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 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/**
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.
4
4
* @kind path-problem
5
5
* @problem.severity error
6
6
* @precision high
Original file line number Diff line number Diff line change 1
1
/**
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.
4
4
* @kind path-problem
5
5
* @problem.severity error
6
6
* @security-severity 9.1
Original file line number Diff line number Diff line change 1
1
/**
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.
4
4
* @kind path-problem
5
5
* @problem.severity error
6
6
* @security-severity 9.1
You can’t perform that action at this time.
0 commit comments