Skip to content

Commit 5d00b87

Browse files
Correct node type
1 parent de69827 commit 5d00b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/Security/CWE/CWE-780/RsaWithoutOaep.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import java
1414
import semmle.code.java.security.RsaWithoutOaepQuery
1515
import DataFlow::PathGraph
1616

17-
from RsaWithoutOaepConfig conf, DataFlow::Node source, DataFlow::Node sink
18-
where conf.hasFlow(source, sink)
17+
from RsaWithoutOaepConfig conf, DataFlow::PathNode source, DataFlow::PathNode sink
18+
where conf.hasFlowPath(source, sink)
1919
select source, source, sink,
2020
"This specification is used to initialize an RSA cipher without OAEP padding $@.", sink, "here"

0 commit comments

Comments
 (0)