Files
codeql/javascript/ql/integration-tests/subst/file.ql

8 lines
202 B
Plaintext

import javascript
from File f, string relative
where
not f.getURL().matches("%/target/intree/%") and
if exists(f.getRelativePath()) then relative = "relative" else relative = ""
select f, relative