0xdea / semgrep-rules

A collection of my Semgrep rules to facilitate vulnerability research.
https://semgrep.dev
MIT License
540 stars 54 forks source link

Exclude css from raptor bad words #7

Open meme-lord opened 2 months ago

meme-lord commented 2 months ago

Not sure if this is a change you'd like but words like "overflow" and warning" appear commonly in css files but are never anything to investigate closer and can probably be excluded

    paths:
       exclude:
          - "*.css" 
          - "*.scss" 
0xdea commented 2 months ago

Hi! Thank you for your comment, I'll think about it as there are many potential false positives with this rule.