We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ee864 commit 3e376f9Copy full SHA for 3e376f9
java/ql/src/experimental/Security/CWE/CWE-348/UseOfLessTrustedSource.ql
@@ -16,7 +16,7 @@ import semmle.code.java.dataflow.FlowSources
16
import DataFlow::PathGraph
17
18
/**
19
- * Taint-tracking configuration tracing flow from obtain client ip to use the client ip.
+ * Taint-tracking configuration tracing flow from obtaining a client ip from an HTTP header to a sensitive use.
20
*/
21
class UseOfLessTrustedSourceConfig extends TaintTracking::Configuration {
22
UseOfLessTrustedSourceConfig() { this = "UseOfLessTrustedSourceConfig" }
0 commit comments