[Git][security-tracker-team/security-tracker][master] 2 commits: Add comments to distinct rulesets
Salvatore Bonaccorso (@carnil)
carnil at debian.org
Tue Mar 4 20:19:28 GMT 2025
Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker
Commits:
4ea8a830 by Salvatore Bonaccorso at 2025-03-04T21:19:00+01:00
Add comments to distinct rulesets
- - - - -
f5fe4155 by Salvatore Bonaccorso at 2025-03-04T21:19:01+01:00
auto-nfu: Update indentation for rules
- - - - -
1 changed file:
- data/packages/nfu.yaml
Changes:
=====================================
data/packages/nfu.yaml
=====================================
@@ -1,3 +1,4 @@
+# Simple CNA based rules
- reason: Axis Communication
cna: Axis
- reason: OpenHarmony
@@ -8,6 +9,7 @@
cna: Wordfence
- reason: MediaTek
cna: MediaTek
+# Complex rules (Hint: allOf, anyOf, not)
- reason: Esri
allOf:
- cna: Esri
@@ -15,15 +17,16 @@
- product: ArcGIS Server
- reason: IBM
allOf:
- - cna: ibm
- - anyOf:
- - product: OpenPages with Watson
- - product: Power Hardware Management Console
+ - cna: ibm
+ - anyOf:
+ - product: OpenPages with Watson
+ - product: Power Hardware Management Console
- reason: Adobe
allOf:
- - cna: adobe
- - not:
+ - cna: adobe
+ - not:
product: XMP Toolkit
+# Description based rules
- reason: D-Link
description: '.*\b(?i: d-link)\b.*'
- reason: ESAFENET
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/3889c3de32461f45ea3ae019df5f48e899486894...f5fe41558e60490f2a1f71d694139bf7c7111b37
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/3889c3de32461f45ea3ae019df5f48e899486894...f5fe41558e60490f2a1f71d694139bf7c7111b37
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20250304/688bf248/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list