mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Use flowFrom.
This commit is contained in:
@@ -36,6 +36,6 @@ import UnverifiedDecodeFlow::PathGraph
|
||||
from UnverifiedDecodeFlow::PathNode source, UnverifiedDecodeFlow::PathNode sink
|
||||
where
|
||||
UnverifiedDecodeFlow::flowPath(source, sink) and
|
||||
not VerifiedDecodeFlow::flow(source.getNode(), _)
|
||||
not VerifiedDecodeFlow::flowFrom(source.getNode())
|
||||
select source.getNode(), source, sink, "Decoding JWT $@.", sink.getNode(),
|
||||
"without signature verification"
|
||||
|
||||
Reference in New Issue
Block a user