SSVC icon indicating copy to clipboard operation
SSVC copied to clipboard

Stakeholder-Specific Vulnerability Categorization

Results 159 SSVC issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** In working on #738, I noticed that the file names in `data/json/outcomes` are inconsistent with what we have in `data/json/decision_points`....

enhancement

**Is your feature request related to a problem? Please describe.** Some organizations considering the use of SSVC have mentioned that they factor threat actor types into their vulnerability response decision...

content/semantic
enhancement

Splits the CVSS decision point group task from #394 - counterpart to #689

content/semantic
enhancement

As an enterprise security engineer with • automated scanning tools (such as jfrog xray) that detect known CVEs in my software I want to • have a tool to program...

enhancement
tech/frontend

> now that we're using `pydantic` for the python data classes, there are some built-in functions available to us like [GenerateJsonSchema](https://docs.pydantic.dev/latest/api/json_schema/#pydantic.json_schema.GenerateJsonSchema) that we should consider integrating in so that we...

- child of #702 **Describe the solution you'd like** Back-port the fields that are found in the hand-built JSON Schema https://github.com/CERTCC/SSVC/blob/main/data/schema/v1/Outcome_Group-1-0-1.schema.json to create a functional match using Pydantic's [JSON schema](https://docs.pydantic.dev/latest/concepts/json_schema)...

enhancement

- child of #702 **Describe the solution you'd like** Back-port the fields that are found in the hand-built JSON Schema https://github.com/CERTCC/SSVC/blob/main/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json to create a functional match using Pydantic's [JSON schema](https://docs.pydantic.dev/latest/concepts/json_schema)...

enhancement

- child of #702 **Describe the solution you'd like** Back-port the fields that are found in the hand-built JSON Schema https://github.com/CERTCC/SSVC/blob/main/data/schema/v1/Decision_Point_Group-1-0-1.schema.json to create a functional match using Pydantic's [JSON schema](https://docs.pydantic.dev/latest/concepts/json_schema)...

enhancement

- child of #702 **Describe the solution you'd like** Back-port the fields that are found in the hand-built JSON Schema https://github.com/CERTCC/SSVC/blob/main/data/schema/v1/Decision_Point-1-0-1.schema.json to create a functional match using Pydantic's [JSON schema](https://docs.pydantic.dev/latest/concepts/json_schema)...

enhancement

Can we add an index.json or index.md that lists all the files in each of these folders `data/json/` recursively ? I am happy to code this if we think it...