-
Notifications
You must be signed in to change notification settings - Fork 36
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
Full format communication #65
Comments
Jono, I think this is not difficult to do (unless I understood the request wrong). I developed one such representation for the SSVC calculator tool I wrote up, which basically can represent a full decision tree Schema - https://github.com/CERTCC/SSVC/blob/main/ssvc-calc/SSVC_JSON_2.0_min.schema.json Sample - https://github.com/CERTCC/SSVC/blob/main/ssvc-calc/sample-ssvc.json This was written mainly to make it easy for the tool to ingest a new decision tree. The tool also exports part of the tree which was followed by an "analyst" which can also be represented in a JSON schema. The JSON schema can also be built from the CSV input, but it will be missing some metadata on the decisions themselves. |
I think you're right it should be pretty easy. The "guidance on communicating results" section (https://github.com/CERTCC/SSVC/blob/main/doc/version_1/047_treesForVulMgmt_4.md) is now mostly together, so we can make sure the schema and that section match, and then describe the schema a bit there.
|
I think it looks fine. Here is how I propose for next steps for which i will submit part of the PR.
Vijay
|
Sounds good, thanks. |
Summarizing a conversation between @sei-vsarvepalli and myself earlier today:
|
Since #65 has an open PR, I'm moving any new items to be handled under a new issue. |
In subsection Guidance on Communicating Results (Section 4) determine what we should do about full format result formatting. It may be too early to do this well, so it may not be appropriate for v2.
This is closely related to #24 and more specifically #25 #26 and #29.
The text was updated successfully, but these errors were encountered: