Files
codeql/java/ql/test/library-tests/JDK/SystemGetPropertyCall.ql
2023-10-24 10:30:26 +01:00

6 lines
118 B
Plaintext

import java
from MethodCallSystemGetProperty ma
where ma.hasCompileTimeConstantGetPropertyName("user.dir")
select ma