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

[Suggestion] AssetRisk.privacy #3

Open
izar opened this issue Mar 8, 2022 · 1 comment
Open

[Suggestion] AssetRisk.privacy #3

izar opened this issue Mar 8, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@izar
Copy link

izar commented Mar 8, 2022

Extend AssetRisk to have a privacy attribute so it doesn't need to be conflated with confidentiality and can be explicitly called out.

@daFont-iriusrisk daFont-iriusrisk self-assigned this Jul 31, 2023
@daFont-iriusrisk daFont-iriusrisk added the enhancement New feature or request label Jul 31, 2023
@jgadsden
Copy link
Contributor

This would be good to have, I agree with @izar that we could extend the schema here:

                    "properties": {
                        "confidentiality": {"type": "number"},
                        "integrity": {"type": "number"},
                        "availability": {"type": "number"},
                        "comment": {"type": ["string", "null"]}
                    }

so that we can support risk in a wider sense than CVSS scores

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants