Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to decide how to canonicalize "issuer" #1

Open
ahouseholder opened this issue Nov 17, 2016 · 0 comments
Open

Need to decide how to canonicalize "issuer" #1

ahouseholder opened this issue Nov 17, 2016 · 0 comments
Assignees

Comments

@ahouseholder
Copy link
Collaborator

This isn't directly addressable via the schema, but should be part of the documentation I think: We
should come up with guidance on what goes into the "issuer" field.

  • Is it a name?
    "issuer": "CERT/CC"

  • A url? More generically a uri? Is the scheme part actually necessary? Should it point to the org's main web site or the vuldb itself?

"issuer": "http://cve.mitre.org"
"issuer": "http://www.cert.org"

  • A java-like reverse domain name ("org.mitre.cve", "org.cert.kb")

"issuer": "org.mitre.cve"
"issuer": "org.cert.kb"

  • What if an org has >1 vuldb? Is this even worth worrying about before it happens?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants