Skip to content

Commit 9f82345

Browse files
authored
Merge pull request #66 from chandanbn/cvss
Sync CVSS schema from First.org, fix #57
2 parents 2c923f8 + 7fd6281 commit 9f82345

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema/v5.0/imports/cvss/cvss-v3.1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"license": [
3-
"Copyright (c) 2019, FIRST.ORG, INC.",
3+
"Copyright (c) 2021, FIRST.ORG, INC.",
44
"All rights reserved.",
55
"",
66
"Redistribution and use in source and binary forms, with or without modification, are permitted provided that the ",
@@ -23,7 +23,7 @@
2323

2424
"$schema": "http://json-schema.org/draft-07/schema#",
2525
"title": "JSON Schema for Common Vulnerability Scoring System version 3.1",
26-
"$id": "https://www.first.org/cvss/cvss-v3.1.json?20190610",
26+
"id": "https://www.first.org/cvss/cvss-v3.1.json?20210501",
2727
"type": "object",
2828
"definitions": {
2929
"attackVectorType": {
@@ -108,7 +108,7 @@
108108
},
109109
"vectorString": {
110110
"type": "string",
111-
"pattern": "^CVSS:3.1/((AV:[NALP]|AC:[LH]|PR:[UNLH]|UI:[NR]|S:[UC]|[CIA]:[NLH]|E:[XUPFH]|RL:[XOTWU]|RC:[XURC]|[CIA]R:[XLMH]|MAV:[XNALP]|MAC:[XLH]|MPR:[XUNLH]|MUI:[XNR]|MS:[XUC]|M[CIA]:[XNLH])/)*(AV:[NALP]|AC:[LH]|PR:[UNLH]|UI:[NR]|S:[UC]|[CIA]:[NLH]|E:[XUPFH]|RL:[XOTWU]|RC:[XURC]|[CIA]R:[XLMH]|MAV:[XNALP]|MAC:[XLH]|MPR:[XUNLH]|MUI:[XNR]|MS:[XUC]|M[CIA]:[XNLH])$"
111+
"pattern": "^CVSS:3.1/((AV:[NALP]|AC:[LH]|PR:[NLH]|UI:[NR]|S:[UC]|[CIA]:[NLH]|E:[XUPFH]|RL:[XOTWU]|RC:[XURC]|[CIA]R:[XLMH]|MAV:[XNALP]|MAC:[XLH]|MPR:[XNLH]|MUI:[XNR]|MS:[XUC]|M[CIA]:[XNLH])/)*(AV:[NALP]|AC:[LH]|PR:[NLH]|UI:[NR]|S:[UC]|[CIA]:[NLH]|E:[XUPFH]|RL:[XOTWU]|RC:[XURC]|[CIA]R:[XLMH]|MAV:[XNALP]|MAC:[XLH]|MPR:[XNLH]|MUI:[XNR]|MS:[XUC]|M[CIA]:[XNLH])$"
112112
},
113113
"attackVector": { "$ref": "#/definitions/attackVectorType" },
114114
"attackComplexity": { "$ref": "#/definitions/attackComplexityType" },

0 commit comments

Comments
 (0)