mirror of
https://github.com/github/codeql.git
synced 2026-05-10 09:19:27 +02:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -18,7 +18,7 @@ class RequestForgeryConfiguration extends TaintTracking::Configuration {
|
||||
// Exclude results of remote HTTP requests: fetching something else based on that result
|
||||
// is no worse than following a redirect returned by the remote server, and typically
|
||||
// we're requesting a resource via https which we trust to only send us to safe URLs.
|
||||
not source.asExpr().(MethodAccess).getCallee() instanceof URLConnectionGetInputStreamMethod
|
||||
not source.asExpr().(MethodAccess).getCallee() instanceof UrlConnectionGetInputStreamMethod
|
||||
}
|
||||
|
||||
override predicate isSink(DataFlow::Node sink) { sink instanceof RequestForgerySink }
|
||||
|
||||
Reference in New Issue
Block a user