Skip to content

Commit 32d2941

Browse files
bminnixflat-data
andauthored
Nist updates (#662)
* Flat: latest data (2025-06-01T02:43:49.033Z) { "date": "2025-06-01T02:43:49.033Z", "files": [ { "name": "netutils/data_files/oui_mappings.py", "deltaBytes": 7279, "source": "https://standards-oui.ieee.org" } ] } * Flat: latest data (2025-06-01T02:48:51.338Z) { "date": "2025-06-01T02:48:51.338Z", "files": [ { "name": "netutils/data_files/protocol_mappings.py", "deltaBytes": 62, "source": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.csv" } ] } * Updated teh URL for cpeName (didn't make it into last commit) and updated tests for it. * Made changes to the URL creation using cpeName instead of virtualMatchString, fixed nxos, added aruba and paloalto, update get_nist_urls() to use NIST_LIB_MAPPER_REVERSE_DICT * Removing TODO comment on NIST_LIB_MAPPER_REVERSE * Added panos to the reverse mapper and alphabetized all NIST mapper entries. * Ran developmen_scripts again * Missed alphabetization on cisco_asa in the reverse dict * Renamed NIST_LIB_MAPPER_REVERSE_DICT to NIST_TO_VENDOR * Reverted the version bump * Fixing value in lib_mapper NIST_TO_VENDOR for adaptive_security_appliance_software * Updating lib_mapper NIST_TO_VENDOR for ios xe and xr --------- Co-authored-by: flat-data <flat-data@users.noreply.github.com>
1 parent d47a3d7 commit 32d2941

File tree

7 files changed

+226
-42
lines changed

7 files changed

+226
-42
lines changed

docs/user/lib_mapper/nist.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
| NIST | | NORMALIZED |
22
| ---------- | -- | ------ |
33
| adaptive_security_appliance_software || cisco_asa |
4+
| arubaos || aruba_os |
45
| eos || arista_eos |
56
| ios || cisco_ios |
67
| ios_xe || cisco_xe |
78
| ios_xr || cisco_xr |
89
| junos || juniper_junos |
9-
| nx-os || cisco_nxos |
10+
| nx-os || cisco_nxos |
11+
| pan-os || paloalto_panos |
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
| NORMALIZED | | NIST |
22
| ---------- | -- | ------ |
33
| arista_eos || eos |
4+
| aruba_os || arubaos |
45
| cisco_asa || adaptive_security_appliance_software |
56
| cisco_ios || ios |
67
| cisco_nxos || nx-os |
78
| cisco_xe || ios_xe |
89
| cisco_xr || ios_xr |
9-
| juniper_junos || junos |
10+
| juniper_junos || junos |
11+
| paloalto_panos || pan-os |

0 commit comments

Comments
 (0)