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

Updating Test from Int with version 2.3.0 #1197

Merged
merged 24 commits into from
Mar 13, 2024
Merged
Changes from 2 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1a088c7
testing 5.1 schemas
jdaigneau5 Oct 23, 2023
1259dcd
more schema testing
jdaigneau5 Oct 23, 2023
2523cb2
fixes various issues with tests for the 5.1 schema
david-rocca Nov 1, 2023
ad27428
Merge branch 'dev' of https://github.com/CVEProject/cve-services into…
jdaigneau5 Jan 25, 2024
6ebe2f5
#1126 Began implementing 5.1 schema
jdaigneau5 Feb 2, 2024
519e7da
#1126 Added validation to CVSS 3.1 schema
jdaigneau5 Feb 7, 2024
8d14c53
Merge branch 'dev' of https://github.com/CVEProject/cve-services into…
jdaigneau5 Feb 13, 2024
147ba3a
#1126 updated test files to use new schema number
jdaigneau5 Feb 16, 2024
8f02808
Merge branch 'dev' of https://github.com/CVEProject/cve-services into…
jdaigneau5 Feb 16, 2024
8426dcd
Merge branch '5.1-schema-test' of https://github.com/CVEProject/cve-s…
jdaigneau5 Feb 19, 2024
a2dd995
#1126, #1124 Updated schema file paths and added cvss 3.0 score valid…
jdaigneau5 Feb 20, 2024
7deb719
#1126 update test data
jdaigneau5 Feb 21, 2024
ec03437
#1126 more test data updates
jdaigneau5 Feb 21, 2024
537a75e
removed file
jdaigneau5 Feb 27, 2024
82fc7cb
Merge pull request #1190 from CVEProject/5.1-schema-test
david-rocca Feb 27, 2024
788a413
#1180 schema version no longer required for secretariat CVE endpoints…
jdaigneau5 Mar 4, 2024
6505807
#1180 set ajv validation to only show one error at a time
jdaigneau5 Mar 5, 2024
bf564d2
Merge pull request #1191 from CVEProject/jd-1180
david-rocca Mar 5, 2024
ab29e9f
Merge branch 'int' into dev
jdaigneau5 Mar 8, 2024
12577e7
Merge pull request #1192 from CVEProject/dev
david-rocca Mar 8, 2024
e1da6da
Update version numbers to 2.3.0
jdaigneau5 Mar 13, 2024
8a27031
Merge pull request #1194 from CVEProject/2.3.0-update
david-rocca Mar 13, 2024
a40f1e2
Merge branch 'int' into dev
jdaigneau5 Mar 13, 2024
dcdb2f0
Merge pull request #1195 from CVEProject/dev
david-rocca Mar 13, 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
2 changes: 1 addition & 1 deletion test/integration-tests/cve/getCveAdpShortNameTest.js
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ const _ = require('lodash')

const shortName = 'win_5'

describe('Test cna_modified parameter for get CVE', () => {
describe('Test cna_modified parameter for get adp short name', () => {
let cveId
before(async () => {
cveId = await helpers.cveIdReserveHelper(1, '2023', shortName, 'non-sequential')