mirror of
https://github.com/github/codeql.git
synced 2026-02-24 19:03:50 +01:00
7 lines
161 B
Plaintext
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
|