CybOXProject / schemas

CybOX Schemas and Schema Development
42 stars 17 forks source link

Update/Enhance URI object #234

Open gtback opened 10 years ago

gtback commented 10 years ago

URIs have an implied structure as defined in RFC 3986. We should support recording the various components separately, but should probably retain the original string-only option for backwards compatibility and for people who don't care about or don't want to parse the structure.

jonathanbaker commented 9 years ago

@gtback was there a use case that motivated this issue?

gtback commented 9 years ago

It can sometimes be difficult to do patterning on specific components of URL (i.e. path, query, fragment) without resorting to regular expressions.