Files
codeql/java/ql/test/library-tests/environment/SystemPropertyTest.ql
2022-03-03 20:08:38 -05:00

7 lines
222 B
Plaintext

import default
import semmle.code.java.environment.SystemProperty
from Expr systemPropertyAccess, string propertyName
where systemPropertyAccess = getSystemProperty(propertyName)
select systemPropertyAccess, propertyName