Files
codeql/java/ql/test/library-tests/RelativePaths/relativePath.ql
2018-10-11 11:31:37 +02:00

8 lines
163 B
Plaintext

import semmle.code.java.security.RelativePaths
from Element elem, string command
where
relativePath(elem, command) and
elem.fromSource()
select elem, command