Skip to content

dicoding-dev/semgrep-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT

This is the additional semgrep rules used in dicoding codebase. This rules reflect the ongoing continuous security research conducted in dicoding.

USAGE

Make sure you have semgrep installed.

The easiest way is to install it via pip

# macOS, Linux, or Windows Subsystem for Linux (WSL) users
python3 -m pip install semgrep

and then after that just run make to run the test.

USING IT IN YOUR CODE

If you would like to scan your code, you just need to pass in the path of this folder to semgrep.

For example:

semgrep scan --config /path/to/this/local/repo

About

Additional semgrep rules used in dicoding codebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published