Skip to content

Commit 69995d5

Browse files
committed
Shared: rephrase request forgery name and description
1 parent 51442dd commit 69995d5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

csharp/ql/src/experimental/CWE-918/RequestForgery.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

javascript/ql/src/Security/CWE-918/RequestForgery.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

ruby/ql/src/queries/security/cwe-918/ServerSideRequestForgery.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)