You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Disabled because we have a lot of long lines. We should fix this eventually.
9
+
MD013: false
10
+
# 033 Inline HTML
11
+
# Disabled because we use inline HTML (<br/> in table cells for example)
12
+
MD033: false
13
+
# MD040/fenced-code-language : Fenced code blocks should have a language specified : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md040.md
14
+
MD040: false
15
+
# 041 First line in file should be a top level header
16
+
# Disabled because we use `include-markdown` plugin for merging markdown files
17
+
MD041: false
18
+
# 046 Code block style
19
+
# Disabled because mkdocs-material uses indented blocks for admonitions
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ SSVC aims to avoid one-size-fits-all solutions in favor of a modular decision-ma
10
10
SSVC is mostly conceptual tools for vulnerability management.
11
11
These conceptual tools (how to make decisions, what should go into a decision, how to document and communicate decisions clearly, etc.) are described here.
12
12
13
-
**Note:** This repository contains the _content_ for the main SSVC documentation hosted at
13
+
**Note:** This repository contains the *content* for the main SSVC documentation hosted at
@@ -19,7 +19,6 @@ These conceptual tools (how to make decisions, what should go into a decision, h
19
19
20
20
---
21
21
22
-
23
22
# What's here
24
23
25
24
Here's a quick overview of the main directories and files in this repository.
@@ -34,7 +33,7 @@ See [`project_docs/README.md`](project_docs/README.md) for more info.
34
33
Directory with SSVC calculator using D3 graph.
35
34
See [`ssvc-calc/README.md`](docs/ssvc-calc/README.md) for more info.
36
35
37
-
A demo version of `ssvc-calc` can be found at https://certcc.github.io/SSVC/ssvc-calc/
36
+
A demo version of `ssvc-calc` can be found at <https://certcc.github.io/SSVC/ssvc-calc/>
38
37
39
38
## `/pdfs/*`
40
39
@@ -82,7 +81,6 @@ The two methods just loop through their respective lookup tables until
82
81
they hit a match, then return the outcome. Maybe not the best implementation,
83
82
but it worked well enough for what was needed at the time.
84
83
85
-
86
84
## Local development
87
85
88
86
Install prerequisites:
@@ -97,11 +95,11 @@ Start a local server:
97
95
mkdocs serve
98
96
```
99
97
100
-
Navigate to http://localhost:8001/ to see the site.
98
+
Navigate to <http://localhost:8001/> to see the site.
101
99
102
100
(Hint: You can use the `--dev-addr` argument with mkdocs to change the port, e.g. `mkdocs serve --dev-addr localhost:8000`)
103
101
104
-
## Run tests
102
+
## Run tests
105
103
106
104
We include a few tests for the `ssvc` module.
107
105
@@ -121,9 +119,6 @@ pip install pytest # if you haven't already
121
119
pytest # should find tests in src/test/*
122
120
```
123
121
124
-
125
-
126
-
127
122
## Contributing
128
123
129
124
-[SSVC Community Engagement](https://certcc.github.io/SSVC/about/contributing/) has more detail on how to contribute to the project.
@@ -147,5 +142,5 @@ To reference SSVC in an academic publication, please refer to the version presen
147
142
148
143
## References
149
144
150
-
1. Spring, J., Hatleback, E., Householder, A., Manion, A., and Shick, D. "Prioritizing Vulnerability Response: A Stakeholder-Specific Vulnerability Categorization." White Paper, Software Engineering Institute, Carnegie Mellon University (2019). https://resources.sei.cmu.edu/library/asset-view.cfm?assetid=636379
151
-
2. Spring, J., Hatleback, E., Householder, A., Manion, A., and Shick, D. "Towards Improving CVSS." White Paper, Software Engineering Institute, Carnegie Mellon University (2018). https://resources.sei.cmu.edu/library/asset-view.cfm?assetid=538368
145
+
1. Spring, J., Hatleback, E., Householder, A., Manion, A., and Shick, D. "Prioritizing Vulnerability Response: A Stakeholder-Specific Vulnerability Categorization." White Paper, Software Engineering Institute, Carnegie Mellon University (2019). <https://resources.sei.cmu.edu/library/asset-view.cfm?assetid=636379>
146
+
2. Spring, J., Hatleback, E., Householder, A., Manion, A., and Shick, D. "Towards Improving CVSS." White Paper, Software Engineering Institute, Carnegie Mellon University (2018). <https://resources.sei.cmu.edu/library/asset-view.cfm?assetid=538368>
There are a few examples of the old schema validated JSON files here, please follow the latest schema in [Decision_Point_Value_Selection.schema.json ](../../schema/current/Decision_Point_Value_Selection.schema.json)
5
-
6
-
7
-
8
-
3
+
There are a few examples of the old schema validated JSON files here, please follow the latest schema in [Decision_Point_Value_Selection.schema.json](../../schema/current/Decision_Point_Value_Selection.schema.json)
There is a sample JSON file that provides an example of a hypothetical CVE [CVE-1900-1234](CVE-1900-1234-Decision_Point_Value_Selection.json) that adheres to the [JSON schema](../schema/)
5
4
6
5
The old JSON files are in the [archive](./archive/) folder
0 commit comments