diff --git a/.snyk b/.snyk new file mode 100644 index 00000000..afd38613 --- /dev/null +++ b/.snyk @@ -0,0 +1,10 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +python: 3.6.0 +version: v1.14.1 +# ignores vulnerabilities until expiry date; change duration by modifying expiry date +ignore: + SNYK-PYTHON-PYYAML-590151: + - pyyaml: + reason: Project doesn't use vulnerable code path. + expires: 2021-06-01T00:00:00.000Z +patch: {} diff --git a/update_cpes.py b/update_cpes.py index e3a3de20..6c174a13 100755 --- a/update_cpes.py +++ b/update_cpes.py @@ -9,7 +9,7 @@ def parse_r7_remapping(file): with open(file) as remap_file: - return yaml.load(remap_file)["mappings"] + return yaml.safe_load(remap_file)["mappings"] def parse_cpe_vp_map(file): vp_map = {} # cpe_type -> vendor -> products diff --git a/xml/favicons.xml b/xml/favicons.xml index 33f53e1d..f4535989 100644 --- a/xml/favicons.xml +++ b/xml/favicons.xml @@ -464,6 +464,7 @@ + @@ -612,6 +613,7 @@ + diff --git a/xml/html_title.xml b/xml/html_title.xml index 54b4a8c3..2199fbdf 100644 --- a/xml/html_title.xml +++ b/xml/html_title.xml @@ -1551,6 +1551,7 @@ Elastic Kibana + @@ -2274,6 +2275,7 @@ SABnzbd - Log in + diff --git a/xml/http_servers.xml b/xml/http_servers.xml index d787cba2..a2208c4a 100644 --- a/xml/http_servers.xml +++ b/xml/http_servers.xml @@ -440,7 +440,7 @@ - + diff --git a/xml/smtp_banners.xml b/xml/smtp_banners.xml index c06f84be..20d0c612 100644 --- a/xml/smtp_banners.xml +++ b/xml/smtp_banners.xml @@ -77,6 +77,7 @@ + @@ -91,6 +92,7 @@ + @@ -108,6 +110,7 @@ + diff --git a/xml/smtp_help.xml b/xml/smtp_help.xml index 461feae2..be3f320f 100644 --- a/xml/smtp_help.xml +++ b/xml/smtp_help.xml @@ -15,6 +15,7 @@ + @@ -23,6 +24,7 @@ + diff --git a/xml/snmp_sysdescr.xml b/xml/snmp_sysdescr.xml index 93e7a1f6..88f48945 100644 --- a/xml/snmp_sysdescr.xml +++ b/xml/snmp_sysdescr.xml @@ -6099,7 +6099,6 @@ Copyright (c) 1995-2005 by Cisco Systems - SonicWall - SonicOS Enhanced variant without hardware model SonicWALL SOHO (SonicOS Enhanced 5.9.1.4-4o) diff --git a/xml/telnet_banners.xml b/xml/telnet_banners.xml index 7ce5055b..5ff42533 100644 --- a/xml/telnet_banners.xml +++ b/xml/telnet_banners.xml @@ -1064,6 +1064,7 @@ + diff --git a/xml/x509_issuers.xml b/xml/x509_issuers.xml index 7d24cf70..6632f89f 100644 --- a/xml/x509_issuers.xml +++ b/xml/x509_issuers.xml @@ -14,7 +14,8 @@ Google Chromecast Gen 1 CN=Eureka Gen1 ICA,OU=Google TV,O=Google Inc,L=Mountain View,ST=California,C=US - + + @@ -32,7 +33,8 @@ CN=Chromecast ICA 11 (Video Assist),OU=Cast,O=Google Inc,L=Mountain View,ST=California,C=US CN=Chromecast ICA 12,OU=Cast,O=Google Inc,L=Mountain View,ST=California,C=US - + + diff --git a/xml/x509_subjects.xml b/xml/x509_subjects.xml index d65b53fa..6014cd99 100644 --- a/xml/x509_subjects.xml +++ b/xml/x509_subjects.xml @@ -512,7 +512,8 @@ CN=LVDZG5 FA8FCA67413D,OU=Cast,O=Google Inc,L=Mountain View,ST=California,C=US CN=YRBLE FA8FCA7DE87D,OU=Google TV,O=Google Inc,L=Mountain View,ST=California,C=US - + +