Skip to content

Commit

Permalink
Merge pull request #1249 from CVEProject/int
Browse files Browse the repository at this point in the history
Update Staging from Int
  • Loading branch information
david-rocca authored Jul 9, 2024
2 parents 9505d4a + 9ac6702 commit 3e25911
Show file tree
Hide file tree
Showing 17 changed files with 4,885 additions and 5,478 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Add New Issues to Issue Triage Board
uses: peter-evans/create-or-update-project-card@866533e2ae61f13c35fd1d374049713fab43c729 # current tag: v2
uses: peter-evans/create-or-update-project-card@c8dd07be1bd40c309aa3825fd6e83b33218b4abf # current tag: v3
with:
project-name: Issue Triage
column-name: Needs Triage
7,919 changes: 4,574 additions & 3,345 deletions api-docs/openapi.json

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"cors": "^2.8.5",
"crypto-random-string": "^3.3.1",
"dotenv": "^5.0.1",
"express": "^4.18.2",
"express": "^4.19.2",
"express-jsonschema": "^1.1.6",
"express-rate-limit": "^6.5.2",
"express-validator": "^6.14.2",
Expand Down Expand Up @@ -88,6 +88,7 @@
"populate-cve:int": "NODE_ENV=integration node src/scripts/populate-cve.js",
"populate-cve:prd": "NODE_ENV=production node src/scripts/populate-cve.js",
"start:dev": "node src/swagger.js && TZ=utc NODE_ENV=development node src/scripts/updateOpenapiHost.js && TZ=utc NODE_ENV=development node-dev src/index.js",
"dev": "node src/swagger.js && TZ=utc NODE_ENV=development node src/scripts/updateOpenapiHost.js && TZ=utc NODE_ENV=development node-dev src/index.js",
"start:stage": "node src/swagger.js && NODE_ENV=staging node src/scripts/updateOpenapiHost.js && NODE_ENV=staging node src/index.js",
"start:int": "node src/swagger.js && NODE_ENV=integration node src/scripts/updateOpenapiHost.js && NODE_ENV=integration node src/index.js",
"start:prdstg": "node src/swagger.js && NODE_ENV=production node src/scripts/updateOpenapiHost.js && NODE_ENV=production node src/index.js",
Expand Down
18 changes: 18 additions & 0 deletions schemas/cve/cna-minimum-request.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cnaContainer": {
"descriptions": [
{
"lang": "string",
"value": "string"
}
],
"affected": [
{}
],
"references": [
{
"url": "string"
}
]
}
}
Loading

0 comments on commit 3e25911

Please sign in to comment.