Skip to content

cpe2.3 uri formatted string parsed more human #60

@beruhan

Description

@beruhan
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
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions