Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# cvelint
|
| 2 |
|
| 3 |
CVE records in the [v5 JSON schema](https://github.com/CVEProject/cve-schema/tree/master/schema/v5.0) may include errors that are neither enforceable by a schema, nor validated on the backend in CVE Services when a CVE record is created/updated.
|
|
@@ -34,4 +39,4 @@ $ ./cvelint -h # Display help
|
|
| 34 |
|
| 35 |
## GitHub Action
|
| 36 |
|
| 37 |
-
[cvelint-action](https://github.com/jgamblin/cvelint-action) runs daily and produces a CSV and JSON output of all errors in the current CVE v5 data set.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- summarization
|
| 5 |
+
---
|
| 6 |
# cvelint
|
| 7 |
|
| 8 |
CVE records in the [v5 JSON schema](https://github.com/CVEProject/cve-schema/tree/master/schema/v5.0) may include errors that are neither enforceable by a schema, nor validated on the backend in CVE Services when a CVE record is created/updated.
|
|
|
|
| 39 |
|
| 40 |
## GitHub Action
|
| 41 |
|
| 42 |
+
[cvelint-action](https://github.com/jgamblin/cvelint-action) runs daily and produces a CSV and JSON output of all errors in the current CVE v5 data set.
|