Skip to content

Commit bb2b2a7

Browse files
Upgrading semgrep from 0.71.0 to 0.73.0
Signed-off-by: secureCodeBoxBot <securecodebox@iteratec.com> ## Release changes : ### Added - Experimental support for C++ ### Fixed - Catch PCRE errors (#4258) - Constant propagation: Avoid "Impossible" errors due to unhandled cases
1 parent dd2aa2c commit bb2b2a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scanners/semgrep/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version: "v3.1.0-alpha1"
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "0.71.0"
21+
appVersion: "0.73.0"
2222
annotations:
2323
versionApi: https://api.github.com/repos/returntocorp/semgrep/releases/latest
2424
kubeVersion: ">=v1.11.0-0"

scanners/semgrep/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Semgrep"
33
category: "scanner"
44
type: "Repository"
55
state: "released"
6-
appVersion: "0.71.0"
6+
appVersion: "0.73.0"
77
usecase: "Static Code Analysis"
88
---
99

0 commit comments

Comments
 (0)