SSVC
SSVC copied to clipboard
Some decision points missing in data/json/ folder
Describe the bug
This may be resolved by automatic generation of decision points json as well as the outcome groups json from #739 , but at this time the following decision points are not in the data/json folder
- critical_software_1_0_0.json => namespace ssvc
- subsequent_confidentiality_impact_1_0_0.json => namespace cvss
- subsequent_integrity_impact_1_0_0.json => namespace cvss
To Reproduce View data/json files.
Expected behavior All decisions points known and well-defined should also be available in json format.
related the file data/json/decision_points/cvss/availability_impact_2_0_1.json should actually be data/json/decision_points/cvss/availability_impact_3_0_0.json according to the code in https://github.com/CERTCC/SSVC/blob/8887a136b7f7f6c5f6862a1f3dbbb7ecf1ba50a8/src/ssvc/decision_points/cvss/availability_impact.py#L117-L134
Same with data/json/decision_points/cvss/confidentiality_impact_2_0_1.json should be data/json/decision_points/cvss/confidentiality_impact_3_0_0.json according to https://github.com/CERTCC/SSVC/blob/8887a136b7f7f6c5f6862a1f3dbbb7ecf1ba50a8/src/ssvc/decision_points/cvss/confidentiality_impact.py#L125-L145
Same with data/json/decision_points/cvss/integrity_impact_2_0_1.json should be data/json/decision_points/cvss/integrity_impact_3_0_0.json according to https://github.com/CERTCC/SSVC/blob/8887a136b7f7f6c5f6862a1f3dbbb7ecf1ba50a8/src/ssvc/decision_points/cvss/integrity_impact.py#L116-L129