mirror of
https://github.com/github/codeql.git
synced 2026-03-29 03:38:17 +02:00
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
import default
|
|
import semmle.code.java.security.Encryption
|
|
|
|
from StringLiteral s
|
|
where s.getRepresentedString().regexpMatch(getSecureAlgorithmRegex())
|
|
select s
|