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

Update Publish branch and start website update to the latest version. #625

Merged
merged 17 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
dc1c054
Add Decision Point Value Selection schema with an example (#599)
sei-vsarvepalli Jul 11, 2024
2cea055
fix bad import
ahouseholder Jul 11, 2024
afb53df
Fix bad import in PolicyGenerator (#605)
sei-vsarvepalli Jul 11, 2024
31f5ae9
Bump mkdocs-material from 9.5.28 to 9.5.29 in the mkdocs group (#607)
dependabot[bot] Jul 16, 2024
f6cfca4
Bump jsonschema from 4.22.0 to 4.23.0 (#608)
dependabot[bot] Jul 16, 2024
0f85e1e
Resolve part of Feature/issue 602 to add schemaVersion field (#606)
sei-vsarvepalli Jul 16, 2024
eabdd87
Bump the mkdocs group with 3 updates (#609)
dependabot[bot] Jul 29, 2024
4c9961a
Bump mkdocs-material from 9.5.30 to 9.5.31 in the mkdocs group (#610)
dependabot[bot] Aug 5, 2024
c2057d6
Bump mkdocs-include-markdown-plugin in the mkdocs group (#611)
dependabot[bot] Aug 14, 2024
b50bd7b
Bump the mkdocs group with 2 updates (#612)
dependabot[bot] Aug 21, 2024
833c86f
Bump mkdocs-table-reader-plugin from 2.2.2 to 3.0.1 (#613)
dependabot[bot] Sep 11, 2024
eac4efc
Bump the mkdocs group across 1 directory with 6 updates (#618)
dependabot[bot] Sep 11, 2024
e4b95a0
Bump mkdocs-print-site-plugin from 2.5.0 to 2.6.0 in the mkdocs group…
dependabot[bot] Sep 20, 2024
9942569
Bump scikit-learn from 1.5.1 to 1.5.2 (#620)
dependabot[bot] Sep 20, 2024
0fbcf2b
Bump pandas from 2.2.2 to 2.2.3 (#622)
dependabot[bot] Sep 23, 2024
decac93
Bump mkdocs-material from 9.5.34 to 9.5.36 in the mkdocs group (#621)
dependabot[bot] Sep 23, 2024
54246ef
Merge branch 'publish' into main
ahouseholder Sep 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/json/decision_points/automatable_2_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "2.0.0",
"schemaVersion": "1-0-1",
"key": "A",
"name": "Automatable",
"description": "Can an attacker reliably automate creating exploitation events for this vulnerability?",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/exploitation_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "E",
"name": "Exploitation",
"description": "The present state of exploitation of the vulnerability.",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/exploitation_1_1_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.1.0",
"schemaVersion": "1-0-1",
"key": "E",
"name": "Exploitation",
"description": "The present state of exploitation of the vulnerability.",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/human_impact_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"schemaVersion": "1-0-1",
"namespace": "ssvc",
"version": "1.0.0",
"key": "HI",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/human_impact_2_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "2.0.0",
"schemaVersion": "1-0-1",
"key": "HI",
"name": "Human Impact",
"description": "Human Impact is a combination of Safety and Mission impacts.",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/human_impact_2_0_1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "2.0.1",
"schemaVersion": "1-0-1",
"key": "HI",
"name": "Human Impact",
"description": "Human Impact is a combination of Safety and Mission impacts.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "MWI",
"name": "Mission and Well-Being Impact",
"description": "Mission and Well-Being Impact is a combination of Mission Prevalence and Public Well-Being Impact.",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/mission_impact_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "MI",
"name": "Mission Impact",
"description": "Impact on Mission Essential Functions of the Organization",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/mission_impact_2_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "2.0.0",
"schemaVersion": "1-0-1",
"key": "MI",
"name": "Mission Impact",
"description": "Impact on Mission Essential Functions of the Organization",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"schemaVersion": "1-0-1",
"namespace": "ssvc",
"version": "1.0.0",
"key": "PSI",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "2.0.0",
"schemaVersion": "1-0-1",
"key": "PSI",
"name": "Public Safety Impact",
"description": "A coarse-grained representation of impact to public safety.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "2.0.1",
"schemaVersion": "1-0-1",
"key": "PSI",
"name": "Public Safety Impact",
"description": "A coarse-grained representation of impact to public safety.",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/public_value_added_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "PVA",
"name": "Public Value Added",
"description": "How much value would a publication from the coordinator benefit the broader community?",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "PWI",
"name": "Public Well-Being Impact",
"description": "A coarse-grained representation of impact to public well-being.",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/report_credibility_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "RC",
"name": "Report Credibility",
"description": "Is the report credible?",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/report_public_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "RP",
"name": "Report Public",
"description": "Is a viable report of the details of the vulnerability already publicly available?",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/safety_impact_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "SI",
"name": "Safety Impact",
"description": "The safety impact of the vulnerability.",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/safety_impact_2_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "2.0.0",
"schemaVersion": "1-0-1",
"key": "SI",
"name": "Safety Impact",
"description": "The safety impact of the vulnerability. (based on IEC 61508)",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "SC",
"name": "Supplier Cardinality",
"description": "How many suppliers are responsible for the vulnerable component and its remediation or mitigation plan?",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/supplier_contacted_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "SC",
"name": "Supplier Contacted",
"description": "Has the reporter made a good-faith effort to contact the supplier of the vulnerable component using a quality contact method?",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/supplier_engagement_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "SE",
"name": "Supplier Engagement",
"description": "Is the supplier responding to the reporter\u2019s contact effort and actively participating in the coordination effort?",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "SI",
"name": "Supplier Involvement",
"description": "What is the state of the supplier\u2019s work on addressing the vulnerability?",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/system_exposure_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "EXP",
"name": "System Exposure",
"description": "The Accessible Attack Surface of the Affected System or Service",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/system_exposure_1_0_1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.1",
"schemaVersion": "1-0-1",
"key": "EXP",
"name": "System Exposure",
"description": "The Accessible Attack Surface of the Affected System or Service",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/technical_impact_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "TI",
"name": "Technical Impact",
"description": "The technical impact of the vulnerability.",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/utility_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "U",
"name": "Utility",
"description": "The Usefulness of the Exploit to the Adversary",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/utility_1_0_1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.1",
"schemaVersion": "1-0-1",
"key": "U",
"name": "Utility",
"description": "The Usefulness of the Exploit to the Adversary",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/value_density_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "VD",
"name": "Value Density",
"description": "The concentration of value in the target",
Expand Down
1 change: 1 addition & 0 deletions data/json/decision_points/virulence_1_0_0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "V",
"name": "Virulence",
"description": "The speed at which the vulnerability can be exploited.",
Expand Down
60 changes: 0 additions & 60 deletions data/schema/Decision_Point.schema.json

This file was deleted.

79 changes: 0 additions & 79 deletions data/schema/Decision_Point_Group.schema.json

This file was deleted.

1 change: 1 addition & 0 deletions data/schema/current/Decision_Point.schema.json
1 change: 1 addition & 0 deletions data/schema/current/Decision_Point_Group.schema.json
Loading