Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 650 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 650 Bytes

semgrep-rules-test

Noncat Semgrep rules

This repository contains semgrep rules that identify string concatination.

We see string concatation as the root cause of input based vulnerabilities, for which we are looking for a solution with Noncat.

Usage

Clone this repository, navigate to the root folder of your project, and run the rules with the command:

semgrep --config /path/to/semgrep-rules/ .