From bb2b2a7fcbb893fc285597effb49ee5938916fc9 Mon Sep 17 00:00:00 2001 From: secureCodeBoxBot Date: Tue, 16 Nov 2021 14:52:59 +0000 Subject: [PATCH] Upgrading semgrep from 0.71.0 to 0.73.0 Signed-off-by: secureCodeBoxBot ## Release changes : ### Added - Experimental support for C++ ### Fixed - Catch PCRE errors (#4258) - Constant propagation: Avoid "Impossible" errors due to unhandled cases --- scanners/semgrep/Chart.yaml | 2 +- scanners/semgrep/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scanners/semgrep/Chart.yaml b/scanners/semgrep/Chart.yaml index 25073eac67..41c5def6f2 100644 --- a/scanners/semgrep/Chart.yaml +++ b/scanners/semgrep/Chart.yaml @@ -18,7 +18,7 @@ version: "v3.1.0-alpha1" # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.71.0" +appVersion: "0.73.0" annotations: versionApi: https://api.github.com/repos/returntocorp/semgrep/releases/latest kubeVersion: ">=v1.11.0-0" diff --git a/scanners/semgrep/README.md b/scanners/semgrep/README.md index fa4d46e74c..801713368e 100644 --- a/scanners/semgrep/README.md +++ b/scanners/semgrep/README.md @@ -3,7 +3,7 @@ title: "Semgrep" category: "scanner" type: "Repository" state: "released" -appVersion: "0.71.0" +appVersion: "0.73.0" usecase: "Static Code Analysis" ---