Skip to content

Commit

Permalink
Adapt tests to new Maven coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Feb 2, 2024
1 parent 2d565e2 commit cb39799
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/integration/cli/security-cve-convert.t
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Test convert maven input from stdin
"cve": "CVE-2020-4333",
"cwe": "CWE-502",
"description": "When deserializing untrusted or corrupted data, it is possible for a reader to consume memory beyond the allowed constraints and thus lead to out of memory on the system.\n\nThis issue affects Java applications using Apache Avro Java SDK up to and including 1.11.2. Users should update to apache-avro version 1.11.3 which addresses this issue.\n\n",
"coordinates": "pkg:maven/org.apache.avro/avro@1.7.7",
"coordinates": "org.apache.avro:avro:jar:1.7.7:compile",
"references": [
"https://ossindex.sonatype.org/vulnerability/CVE-2023-39410?component-type=maven&component-name=org.apache.avro%2Favro&utm_source=ossindex-client&utm_medium=integration&utm_content=1.8.1",
"http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-39410",
Expand All @@ -86,7 +86,7 @@ Test convert maven input from stdin
"cve": "CVE-2020-36641",
"cwe": "CWE-611",
"description": "A vulnerability classified as problematic was found in gturri aXMLRPC up to 1.12.0. This vulnerability affects the function ResponseParser of the file src/main/java/de/timroes/axmlrpc/ResponseParser.java. The manipulation leads to xml external entity reference. Upgrading to version 1.12.1 is able to address this issue. The patch is identified as ad6615b3ec41353e614f6ea5fdd5b046442a832b. It is recommended to upgrade the affected component. VDB-217450 is the identifier assigned to this vulnerability.\n\nSonatype's research suggests that this CVE's details differ from those defined at NVD. See https://ossindex.sonatype.org/vulnerability/CVE-2020-36641 for details",
"coordinates": "pkg:maven/fr.turri/aXMLRPC@1.13.0",
"coordinates": "fr.turri:aXMLRPC:jar:1.13.0:test",
"references": [
"https://ossindex.sonatype.org/vulnerability/CVE-2020-36641?component-type=maven&component-name=fr.turri%2FaXMLRPC&utm_source=ossindex-client&utm_medium=integration&utm_content=1.8.1",
"http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-36641",
Expand All @@ -101,7 +101,7 @@ Test convert maven input from file
"cve": "CVE-2020-4333",
"cwe": "CWE-502",
"description": "When deserializing untrusted or corrupted data, it is possible for a reader to consume memory beyond the allowed constraints and thus lead to out of memory on the system.\n\nThis issue affects Java applications using Apache Avro Java SDK up to and including 1.11.2. Users should update to apache-avro version 1.11.3 which addresses this issue.\n\n",
"coordinates": "pkg:maven/org.apache.avro/avro@1.7.7",
"coordinates": "org.apache.avro:avro:jar:1.7.7:compile",
"references": [
"https://ossindex.sonatype.org/vulnerability/CVE-2023-39410?component-type=maven&component-name=org.apache.avro%2Favro&utm_source=ossindex-client&utm_medium=integration&utm_content=1.8.1",
"http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-39410",
Expand All @@ -114,7 +114,7 @@ Test convert maven input from file
"cve": "CVE-2020-36641",
"cwe": "CWE-611",
"description": "A vulnerability classified as problematic was found in gturri aXMLRPC up to 1.12.0. This vulnerability affects the function ResponseParser of the file src/main/java/de/timroes/axmlrpc/ResponseParser.java. The manipulation leads to xml external entity reference. Upgrading to version 1.12.1 is able to address this issue. The patch is identified as ad6615b3ec41353e614f6ea5fdd5b046442a832b. It is recommended to upgrade the affected component. VDB-217450 is the identifier assigned to this vulnerability.\n\nSonatype's research suggests that this CVE's details differ from those defined at NVD. See https://ossindex.sonatype.org/vulnerability/CVE-2020-36641 for details",
"coordinates": "pkg:maven/fr.turri/aXMLRPC@1.13.0",
"coordinates": "fr.turri:aXMLRPC:jar:1.13.0:test",
"references": [
"https://ossindex.sonatype.org/vulnerability/CVE-2020-36641?component-type=maven&component-name=fr.turri%2FaXMLRPC&utm_source=ossindex-client&utm_medium=integration&utm_content=1.8.1",
"http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-36641",
Expand Down

0 comments on commit cb39799

Please sign in to comment.