Skip to content

Commit 752a03e

Browse files
authored
Merge pull request #521 from yql70/main
🎨update semgrep rules
2 parents 3fa401c + 862b04f commit 752a03e

4 files changed

Lines changed: 9894 additions & 8458 deletions

File tree

client/requirements/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ECHO install pylint
1919
pip3 install pylint==2.6.0
2020

2121
ECHO install semgrep
22-
pip3 install semgrep==0.54.0
22+
pip3 install semgrep==0.100.0
2323
@REM SET SEMGREP_HOME="%TOOLS_DIR%/semgrep"
2424
@REM SET SEMGREP_RULES_HOME="%SEMGREP_HOME%/rules"
2525
@REM cd %SEMGREP_HOME%

client/requirements/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ OS=`uname -s`
1717
pip3 install -q pylint==2.6.0
1818

1919
# install semgrep
20-
pip3 install -q semgrep==0.54.0
20+
pip3 install -q semgrep==0.100.0
2121
# SEMGREP_HOME="$TOOLS_DIR/semgrep"
2222
# SEMGREP_RULES_HOME="$SEMGREP_HOME/rules"
2323
# cd $SEMGREP_HOME

0 commit comments

Comments
 (0)