Open beruhan opened 7 months ago
from cpe import CPE a = CPE("cpe:2.3:a:microsoft_windows:internet_explorer:8.0.6001:beta:*:*:*:*:*:*") print(a.get_vendor()) print(a.get_product())
currently result:
['microsoft_windows'] ['internet_explorer']
need result:
['microsoft windows'] ['internet explorer']
Which one meets the standard requirements? Common Platform Enumeration: Naming Specification:https://nvlpubs.nist.gov/nistpubs/Legacy/IR/nistir7695.pdf
currently result:
need result:
Which one meets the standard requirements? Common Platform Enumeration: Naming Specification:https://nvlpubs.nist.gov/nistpubs/Legacy/IR/nistir7695.pdf