Open
Description
Description of the issue
I have created a query:
import java
import semmle.code.java.security.RelativePaths
from Expr e, string command
where relativePath(e, command)
select e, command
As the query results of project :
Obviously, RELEASE_VERSION
does not start with a relative path as stated in RelativePaths.qll
.