mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
8 lines
163 B
Plaintext
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
|