Files
codeql/java/ql/test/library-tests/JDK/SystemGetPropertyCall.ql
Jonathan Leitschuh 028e4756bb Apply suggestions from code review
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
2021-01-04 10:13:52 -05:00

6 lines
120 B
Plaintext

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