Skip to content

Commit f687920

Browse files
chore(deps): update Grype to v0.59.1 (#218)
1 parent 2d91349 commit f687920

File tree

3 files changed

+2
-53
lines changed

3 files changed

+2
-53
lines changed

GrypeVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
exports.GRYPE_VERSION = "v0.59.0";
1+
exports.GRYPE_VERSION = "v0.59.1";

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/***/ 6244:
55
/***/ ((__unused_webpack_module, exports) => {
66

7-
exports.GRYPE_VERSION = "v0.59.0";
7+
exports.GRYPE_VERSION = "v0.59.1";
88

99

1010
/***/ }),

tests/__snapshots__/sarif_output.test.js.snap

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,27 +1996,6 @@ exports[`SARIF yarn 1`] = `
19961996
"runs": [
19971997
{
19981998
"results": [
1999-
{
2000-
"locations": [
2001-
{
2002-
"physicalLocation": {
2003-
"artifactLocation": {
2004-
"uri": "tests/fixtures/yarn-project/yarn.lock",
2005-
},
2006-
"region": {
2007-
"endColumn": 1,
2008-
"endLine": 1,
2009-
"startColumn": 1,
2010-
"startLine": 1,
2011-
},
2012-
},
2013-
},
2014-
],
2015-
"message": {
2016-
"text": "The path tests/fixtures/yarn-project/yarn.lock reports trim at version 0.0.2 which would result in a vulnerable (npm) package installed",
2017-
},
2018-
"ruleId": "CVE-2020-7753-trim",
2019-
},
20201999
{
20212000
"locations": [
20222001
{
@@ -2044,36 +2023,6 @@ exports[`SARIF yarn 1`] = `
20442023
"informationUri": "https://github.com/anchore/grype",
20452024
"name": "Grype",
20462025
"rules": [
2047-
{
2048-
"fullDescription": {
2049-
"text": "All versions of package trim are vulnerable to Regular Expression Denial of Service (ReDoS) via trim().",
2050-
},
2051-
"help": {
2052-
"markdown": "**Vulnerability CVE-2020-7753**
2053-
| Severity | Package | Version | Fix Version | Type | Location | Data Namespace | Link |
2054-
| --- | --- | --- | --- | --- | --- | --- | --- |
2055-
| high | trim | 0.0.2 | | npm | tests/fixtures/yarn-project/yarn.lock | nvd:cpe | [CVE-2020-7753](https://nvd.nist.gov/vuln/detail/CVE-2020-7753) |
2056-
",
2057-
"text": "Vulnerability CVE-2020-7753
2058-
Severity: high
2059-
Package: trim
2060-
Version: 0.0.2
2061-
Fix Version:
2062-
Type: npm
2063-
Location: tests/fixtures/yarn-project/yarn.lock
2064-
Data Namespace: nvd:cpe
2065-
Link: [CVE-2020-7753](https://nvd.nist.gov/vuln/detail/CVE-2020-7753)",
2066-
},
2067-
"helpUri": "https://github.com/anchore/grype",
2068-
"id": "CVE-2020-7753-trim",
2069-
"name": "JavascriptMatcherCpeMatch",
2070-
"properties": {
2071-
"security-severity": "7.5",
2072-
},
2073-
"shortDescription": {
2074-
"text": "CVE-2020-7753 high vulnerability for trim package",
2075-
},
2076-
},
20772026
{
20782027
"fullDescription": {
20792028
"text": "Regular Expression Denial of Service in trim",

0 commit comments

Comments
 (0)