-
-
Notifications
You must be signed in to change notification settings - Fork 78
Modified risk and model schemas #732
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
base: 2.0-dev-threatmodeling
Are you sure you want to change the base?
Modified risk and model schemas #732
Conversation
| "risk": "Risk management perspective", | ||
| "stakeholder": "General stakeholder perspective", | ||
| "use-case": "A high level persepctive that captures the data-flows of the use case, rather than deep granularity of systems", | ||
| "abuse-case": "A high level persepctive that captures the data-flows of a certain abuse case, rather than deep granularity of systems", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove use-case as this is covered in the usecase schema. Add abuse case to the threat schema
| "service": "Service or microservice", | ||
| "dataStore": "Database, file system, or data repository", | ||
| "data": "Data asset or dataset", | ||
| "data": "Dataset", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change data to dataSet
|
Thanks Petra. Let me know when these minor changes are in and I'll merge it in. |
Issue:
As discussed in ticket #731 , this PR is a review of the schema
Model schema reviewed to ensure no data loss
Risk schema changes done based on risk and compliance tooling taxonomies to ensure compatibility (including data classification etc)
This PR is to use for discussion on the TM-BOM discussion 0 not for merging yet