Fixed iCloud false positives (#12551)

Added new type `CPEMatchingRule` used for fixing false positives caused by 'bad' entries in the NVD dataset.
This commit is contained in:
Juan Fernandez
2023-06-30 13:05:34 -04:00
committed by GitHub
parent cc8a2d0605
commit 91f048e98a
12 changed files with 564 additions and 16 deletions
+3
View File
@@ -0,0 +1,3 @@
- Added CPEMatchingRule type, used for correcting false positives caused by incorrect entries in the
NVD dataset.
- Fixed false positives for iCloud on macOS.