CodeQL library for Java/Kotlin
codeql/java-all 0.9.0 (changelog, source)
Search

Predicate shellBuiltin

A shell built-in command. These cannot be invoked with an absolute path, because they do not correspond to files in the filesystem.

Import path

import semmle.code.java.security.RelativePaths
predicate shellBuiltin(string command)