Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9488b8b + 936757b commit f14fb3bCopy full SHA for f14fb3b
1 file changed
python/ql/src/Security/CWE-327/FluentApiModel.qll
@@ -39,13 +39,7 @@ class InsecureContextConfiguration extends DataFlow::Configuration {
39
)
40
}
41
42
- override predicate isBarrierIn(DataFlow::Node node) {
43
- exists(ProtocolUnrestriction r |
44
- r = library.protocol_unrestriction() and
45
- node = r.getContext() and
46
- r.getUnrestriction() = tracked_version
47
- )
48
- }
+ override predicate isBarrierIn(DataFlow::Node node) { this.isSource(node) }
49
50
51
/**
0 commit comments