Skip to content

Commit 641df92

Browse files
Update language-version-support.md with current review cycles (#2020)
* Update language-version-support.md with current review cycles * Update docs/kb/semgrep-code/language-version-support.md Co-authored-by: Alexis Grant <[email protected]> --------- Co-authored-by: Alexis Grant <[email protected]>
1 parent eb60ef0 commit 641df92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kb/semgrep-code/language-version-support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Semgrep language support has several levels of maturity. The **Generally availab
1313

1414
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.
1515

16-
If a change occurs in a language's syntax or semantics, the Semgrep Program Analysis team and Security Research team make the requisite changes to the parser and any affected [Pro rules](/semgrep-code/pro-rules) to ensure that Semgrep maintains its level of support and coverage for that language. Updates to parsers and rules are made weekly.
16+
If a change occurs in a language's syntax or semantics, the Semgrep team makes the requisite changes to any affected [Pro rules](/semgrep-code/pro-rules) to ensure that Semgrep maintains its level of support and coverage for that language. Updates to rules are made weekly.
1717

1818
See [How to add support for a new language](/contributing/adding-a-language) for more information on the process of adding a language to Semgrep.
1919

0 commit comments

Comments
 (0)