-
-
Notifications
You must be signed in to change notification settings - Fork 91
[2.0] Threatmodeling and Blueprints #678
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
Are you sure you want to change the base?
Changes from all commits
9265fba
513ef74
83ce9d0
f4d10d4
833bcc1
e124ae5
7a04e95
1bc014f
21b4d38
83e8122
f52760a
e8f7aba
53cfdd1
d999fac
d1ebee2
c6e1657
941fa1f
96117b4
70de945
bb7e30e
20ee286
fd3b448
e4cd7d6
38a2a23
55b67ea
f730ce0
1343aca
935364b
27282d3
54d16af
21ca15a
8a14716
cf91c5c
05375fd
e14fa3f
c6956ea
d305f2e
354baf4
f30e142
d5aa9b0
3dca97b
d262ad8
43e8455
6735876
f011423
cc44d4b
6ec41a6
72407e7
10d7dd2
84e4513
6f90077
e0c1a32
03a8eaa
253d59c
cf0bc55
d9718d6
4109d01
3ac3bea
217916f
eeb8a3f
40c5873
75bb5bd
3e3282d
b0e8640
713d4fb
3dcab8a
906c579
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| .DS_Store | ||
| .idea/ | ||
| .vscode/ | ||
| tools/target/ |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,9 @@ | |
| "$schema": { | ||
| "type": "string" | ||
| }, | ||
| "$comment": { | ||
| "type": "string" | ||
| }, | ||
| "specFormat": { | ||
| "type": "string", | ||
| "title": "Specification Format", | ||
|
|
@@ -64,6 +67,15 @@ | |
| "vulnerabilities": { | ||
| "$ref": "model/cyclonedx-vulnerability-2.0.schema.json#/$defs/vulnerabilities" | ||
| }, | ||
| "threats": { | ||
| "$ref": "model/cyclonedx-threat-2.0.schema.json#/$defs/threats" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe rename |
||
| }, | ||
| "risks": { | ||
| "$ref": "model/cyclonedx-risk-2.0.schema.json#/$defs/risks" | ||
| }, | ||
| "controls": { | ||
| "$ref": "model/cyclonedx-control-2.0.schema.json#/$defs/controls" | ||
| }, | ||
| "annotations": { | ||
| "$ref": "model/cyclonedx-annotation-2.0.schema.json#/$defs/annotations" | ||
| }, | ||
|
|
@@ -76,6 +88,12 @@ | |
| "definitions": { | ||
| "$ref": "model/cyclonedx-definition-2.0.schema.json#/$defs/definitions" | ||
| }, | ||
| "blueprints": { | ||
| "$ref": "model/cyclonedx-blueprint-2.0.schema.json#/$defs/blueprints" | ||
| }, | ||
| "profiles": { | ||
| "$ref": "model/cyclonedx-profile-2.0.schema.json#/$defs/profiles" | ||
| }, | ||
| "citations": { | ||
| "$ref": "model/cyclonedx-citation-2.0.schema.json#/$defs/citations" | ||
| }, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.