When the Semgrep team adds support for a new language, the team creates a parser intended for the most recent or one of the most recent versions of that language. More recent versions of a programming language tend to be supersets of previous versions; they are typically backward compatible. Therefore, a parser of a more recent version generally supports previous versions as well. If a change occurs in a language’s syntax or semantics, the Semgrep team makes the requisite changes to any affected Pro rules to ensure that Semgrep maintains its level of support and coverage for that language. Updates to rules are made weekly. See How to add support for a new language for more information on the process of adding a language to Semgrep.Documentation Index
Fetch the complete documentation index at: https://docs.semgrep.dev/llms.txt
Use this file to discover all available pages before exploring further.
INFO
- Semgrep Pro rules are actively maintained by the Security Research team and are kept up-to-date.
- Community rules are maintained by the community and have varying levels of support.