mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Update java/ql/src/experimental/Security/CWE/CWE-352/JsonpInjectionLib.qll
Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import semmle.code.java.dataflow.DataFlow3
|
||||
import semmle.code.java.dataflow.FlowSources
|
||||
import semmle.code.java.frameworks.spring.SpringController
|
||||
|
||||
/** A data flow configuration is tracing flow from the access to the authentication method of token/auth/referer/origin to if condition. */
|
||||
/** A data flow configuration tracing flow from the result of a method whose name includes token/auth/referer/origin to an if-statement condition. */
|
||||
class VerificationMethodToIfFlowConfig extends DataFlow3::Configuration {
|
||||
VerificationMethodToIfFlowConfig() { this = "VerificationMethodToIfFlowConfig" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user