mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
C++: PascalCase and US spelling fixes.
This commit is contained in:
@@ -27,7 +27,7 @@ module ExposedSystemDataConfig implements DataFlow::ConfigSig {
|
||||
sink instanceof RemoteFlowSink
|
||||
or
|
||||
// workaround for cases where the sink contains the tainted thing as a child; this could
|
||||
// probably be handled better with taint inheriting content or similar modelling.
|
||||
// probably be handled better with taint inheriting content or similar modeling.
|
||||
exists(RemoteFlowSink sinkNode |
|
||||
sinkNode.asIndirectExpr().getAChild*() = sink.asIndirectExpr()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user