mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Merge branch 'python-port-insecure-protocol' of github.com:yoff/codeql into python-port-insecure-protocol
This commit is contained in:
@@ -39,13 +39,7 @@ class InsecureContextConfiguration extends DataFlow::Configuration {
|
||||
)
|
||||
}
|
||||
|
||||
override predicate isBarrierIn(DataFlow::Node node) {
|
||||
exists(ProtocolUnrestriction r |
|
||||
r = library.protocol_unrestriction() and
|
||||
node = r.getContext() and
|
||||
r.getUnrestriction() = tracked_version
|
||||
)
|
||||
}
|
||||
override predicate isBarrierIn(DataFlow::Node node) { this.isSource(node) }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user