Skip to content

Commit bf06c51

Browse files
committed
Reporting Inaccurate Affected Components in GHSA-7q8g-gpfp-v8gx
according to the advisory(https://nifi.apache.org/security.html#CVE-2020-1942) and patch in this advisory(https://github.com/apache/nifi/pull/4028/files) ,the affected component is org.apache.nifi:nifi-framework-core and org.apache.nifi:nifi-security-utils
1 parent e163a87 commit bf06c51

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

advisories/github-reviewed/2022/01/GHSA-7q8g-gpfp-v8gx/GHSA-7q8g-gpfp-v8gx.json

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,18 @@
1818
{
1919
"package": {
2020
"ecosystem": "Maven",
21-
"name": "org.apache.nifi:nifi"
21+
"name": "org.apache.nifi:nifi-framework-core"
2222
},
2323
"ranges": [
24-
{
25-
"type": "ECOSYSTEM",
26-
"events": [
27-
{
28-
"introduced": "0.0.1"
29-
},
30-
{
31-
"fixed": "1.12.0-RC1"
32-
}
33-
]
34-
}
35-
],
36-
"database_specific": {
37-
"last_known_affected_version_range": "<= 1.11.0"
38-
}
24+
]
25+
},
26+
{
27+
"package": {
28+
"ecosystem": "Maven",
29+
"name": "org.apache.nifi:nifi-security-utils"
30+
},
31+
"ranges": [
32+
]
3933
}
4034
],
4135
"references": [

0 commit comments

Comments
 (0)