From 6212a58ec46ad6c8853d77cabaef713edd8257a4 Mon Sep 17 00:00:00 2001 From: karan Date: Sun, 23 Aug 2026 11:57:02 +0530 Subject: [PATCH 1/3] Fix nested repeat operator warning in Cisco RV fingerprint --- xml/snmp_sysdescr.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/snmp_sysdescr.xml b/xml/snmp_sysdescr.xml index 4712ff0d..0ebf5156 100644 --- a/xml/snmp_sysdescr.xml +++ b/xml/snmp_sysdescr.xml @@ -1974,7 +1974,7 @@ Copyright (c) 1995-2005 by Cisco Systems - + Cisco Small Business RV Series Routers Linux, Cisco RV320, Version 1.4.2.17 Mon Oct 30 15:52:47 CST 2017 Linux, Cisco Small Business RV345-K9, Version 1.0.03.21 Wed Mar 10 04:42:23 IST 2021 From 1557d558d15768cae3bb867bea4633fffa502d5f Mon Sep 17 00:00:00 2001 From: karan Date: Sun, 23 Aug 2026 12:18:37 +0530 Subject: [PATCH 2/3] Ignore local bundler install artifacts --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 81391084..9f709d6e 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ official-cpe-dictionary*.xml # CPE Remap Errors errors.txt +vendor/ +.bundle/ From 3b898910e3e89624be5c246b87078db9355bc401 Mon Sep 17 00:00:00 2001 From: karan Date: Tue, 25 Aug 2026 21:09:07 +0530 Subject: [PATCH 3/3] Revert "Ignore local bundler install artifacts" This reverts commit 1557d558d15768cae3bb867bea4633fffa502d5f. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9f709d6e..81391084 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,3 @@ official-cpe-dictionary*.xml # CPE Remap Errors errors.txt -vendor/ -.bundle/