We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4570444 commit b705f7fCopy full SHA for b705f7f
java/ql/test/library-tests/pathcreation/PathCreation.ql
@@ -2,4 +2,4 @@ import java
2
import semmle.code.java.security.PathCreation
3
4
from PathCreation path
5
-select path
+select path, path.getAnInput()
0 commit comments