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.
Clone this repository, navigate to the root folder of your project, and run the rules with the command:
semgrep --config /path/to/semgrep-rules/ .