Files
codeql/java/ql/test/library-tests/RelativePaths/relativePath.ql
2018-08-30 10:48:05 +01:00

7 lines
161 B
Plaintext

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