Skip to content

Commit 00ed72e

Browse files
asgerferik-krogh
andauthored
Apply suggestions from code review
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
1 parent 69995d5 commit 00ed72e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/ClientSideRequestForgeryQuery.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
2-
* Provides a taint-tracking configuration for reasoning about request
3-
* forgery.
2+
* Provides a taint-tracking configuration for reasoning about client-side
3+
* request forgery.
44
*
55
* Note, for performance reasons: only import this file if
6-
* `RequestForgery::Configuration` is needed, otherwise
6+
* the `Configuration` class is needed, otherwise
77
* `RequestForgeryCustomizations` should be imported instead.
88
*/
99

0 commit comments

Comments
 (0)