-
Notifications
You must be signed in to change notification settings - Fork 201
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
Revisit VULCOID ... #811
Comments
Related #695 (comment)
|
Here are some suggestions for name:
|
The name to replace VULCOID needs to be simple and short like "purl". Candidates along these lines are: VULCO_ID, VULN_ID (already in use by others per Google Search - e.g. https://source.whitehatsec.com/help/sentinel/admins/customize-or-accept-risk.html), VUL_ID, VULCODE_ID etc.. It is probably preferable if the name is something distinct for us. |
I would prefer avoiding underscore and dash in the name and use only letters Also, for some background, these are common "names" in use: https://cve.mitre.org/data/refs/index.html In addition several are not listed there ... that's another source of inspiration:
|
So it looks like all-caps is the preferred. We need a SOURCE name (as would be used if we post a new vulnerability to the NVD) and a name/abbreviation for the identifier. The logical SOURCE name would be VCDB and the identifier could be VCID meaning VulnerableCode ID. There is an unfortunate usage of VCID as an abbreviation for "Vascular Cognitive Impairment and Dementia" and other usage for Virtual Channel Identifier but those are far afield from our work. |
We could use an XKCD-like password generator for ids https://preshing.com/20110811/xkcd-password-generator/ ? possibly with scary words. ? See https://github.com/rayraegah/xkcd936 |
After a long though I suggest that we use a uuid4() as '5a9b63ed-8092-4433-b9bd-8738661a101b' but that would not make the id memorable |
@keshav-space said in the weekly call that it does not have a purpose to have a memorable id if the id is not unique and pointing to the same vulnerability globally. |
So I suggest VULCODE or VULCO prefix and a UUID4 as in 5a9b63ed-8092-4433-b9bd-8738661a101b VULCODE-5a9b63ed-8092-4433-b9bd-8738661a101b or VULCO-5a9b63ed-8092-4433-b9bd-8738661a101b |
My votes are:
|
This form is now up for votes: |
+1 |
+1 for VCID |
Many absentees have not voted: but the final is VCID! The winning format is: VCID-5a9b63ed-8092-4433-b9bd-8738661a101bNext steps:
|
For reference:
|
Use uuid instead of base36 Reference: aboutcode-org#811 Signed-off-by: Tushar Goel <[email protected]>
Use uuid instead of base36 Reference: aboutcode-org#811 Signed-off-by: Tushar Goel <[email protected]>
Use uuid instead of base36 Reference: aboutcode-org#811 Signed-off-by: Tushar Goel <[email protected]>
Use uuid instead of base36 Reference: aboutcode-org#811 Signed-off-by: Tushar Goel <[email protected]>
Use uuid instead of base36 Reference: aboutcode-org#811 Signed-off-by: Tushar Goel <[email protected]>
Use uuid instead of base36 Reference: aboutcode-org#811 Signed-off-by: Tushar Goel <[email protected]>
Use uuid instead of base36 Reference: aboutcode-org#811 Signed-off-by: Tushar Goel <[email protected]>
Use uuid instead of base36 Reference: aboutcode-org#811 Signed-off-by: Tushar Goel <[email protected]>
Use uuid instead of base36 Reference: aboutcode-org#811 Signed-off-by: Tushar Goel <[email protected]>
Use uuid instead of base36 Reference: aboutcode-org#811 Signed-off-by: Tushar Goel <[email protected]>
Use uuid instead of base36 Reference: aboutcode-org#811 Signed-off-by: Tushar Goel <[email protected]>
Use uuid instead of base36 Reference: aboutcode-org#811 Signed-off-by: Tushar Goel <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
The text was updated successfully, but these errors were encountered: