Module RelativePaths
Detection of strings and arrays of strings containing relative paths.
Import path
import semmle.code.java.security.RelativePaths
Imports
java |
Provides all default Java QL imports. |
Predicates
arrayStartingWithRelative |
An element that holds an array where the first element of the array is a relative path. |
relativePath |
An element that starts with a relative path. |
shellBuiltin |
A shell built-in command. These cannot be invoked with an absolute path, because they do not correspond to files in the filesystem. |