Skip to content

Commit 3e376f9

Browse files
haby0smowton
andauthored
Update java/ql/src/experimental/Security/CWE/CWE-348/UseOfLessTrustedSource.ql
Co-authored-by: Chris Smowton <[email protected]>
1 parent b1ee864 commit 3e376f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-348/UseOfLessTrustedSource.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import semmle.code.java.dataflow.FlowSources
1616
import DataFlow::PathGraph
1717

1818
/**
19-
* Taint-tracking configuration tracing flow from obtain client ip to use the client ip.
19+
* Taint-tracking configuration tracing flow from obtaining a client ip from an HTTP header to a sensitive use.
2020
*/
2121
class UseOfLessTrustedSourceConfig extends TaintTracking::Configuration {
2222
UseOfLessTrustedSourceConfig() { this = "UseOfLessTrustedSourceConfig" }

0 commit comments

Comments
 (0)