Last active
July 31, 2020 08:55
-
-
Save rohitnss/1ccd3e8267a4eb80ae8a70fc02f60f59 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rules: | |
- id: md5.crypto | |
message: | | |
Search for MD5 | |
severity: ERROR | |
patterns: | |
- pattern-either: | |
- pattern-regex: 'MD5' | |
- pattern-regex: 'Md5' | |
- pattern-regex: 'md5' | |
- pattern-inside: MessageDigest $MD = $W.getInstance(...); | |
languages: | |
- java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment