Skip to content

Curated Collection of Popular Community Rules for Semgrep

Notifications You must be signed in to change notification settings

j3ssie/curated-semgrep-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Curated Collection of Popular Community Rules for Semgrep

This repository aims to provide a comprehensive set of effective Semgrep rules that have been contributed and vetted by the community.

Usage

# udpate the rules
./update-rules.sh

# validate all the rules
semgrep scan -j 100 -v --config ./rules --validate .

# actually running the scan
# '--config r/default' meaning that we already included the public rules of Semgrep
semgrep scan -j 100 --config r/default --config ./rules vulnerable-source-code

Special Thanks

Special thanks to the following repositories whose contributions have been instrumental in curating this collection of Semgrep rules:

Disclaimer

While these rules are developed and shared with the intent of improving code quality and security, they might not cover every possible scenario. Always exercise caution and perform comprehensive testing in conjunction with other security measures.

About

Curated Collection of Popular Community Rules for Semgrep

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published