mandiant/capa-rules
Vedi su GitHubuse word boundaries to reduce FPs when detecting strings using regular expressions
Open
#1109 aperta il 28 gen 2026
false positivegood first issuehelp wanted
Metriche repository
- Star
- (721 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
e.g. /frida(\.exe)?/i can be updated to /\bfrida(\.exe)?\b/i to avoid matching common strings like friday.