Skip to content

Commit 4f82351

Browse files
authored
Merge pull request #150 from secvisogram/chore/dependency-updates
update dependencies
2 parents 9b811a1 + 94c9131 commit 4f82351

File tree

10 files changed

+246
-323
lines changed

10 files changed

+246
-323
lines changed

backend/package-lock.json

Lines changed: 77 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/chai": "^4.3.5",
2020
"@types/config": "^3.3.0",
2121
"@types/mocha": "^10.0.1",
22-
"@types/node": "^18.16.16",
22+
"@types/node": "^20.17.43",
2323
"ajv": "^8.11.2",
2424
"chai": "^4.3.7",
2525
"mocha": "^11.1.0",

csaf-validator-lib/.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
22
@secvisogram:registry=https://registry.npmjs.org/
3-
always-auth=true

csaf-validator-lib/lib/informativeTests/informativeTest_6_3_8.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export default async function informativeTest_6_3_8(
304304
`${prefix}${branchIndex}/product/name`,
305305
branch.product?.name
306306
)
307-
checkBranches(
307+
await checkBranches(
308308
`${prefix}${branchIndex}/branches/`,
309309
Array.isArray(branch.branches) ? branch.branches : []
310310
)

csaf-validator-lib/lib/shared/cwec.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default /** @type {const} */ ({
2525
{ id: 'CWE-1038', name: 'Insecure Automated Optimizations' },
2626
{
2727
id: 'CWE-1039',
28-
name: 'Automated Recognition Mechanism with Inadequate Detection or Handling of Adversarial Input Perturbations',
28+
name: 'Inadequate Detection or Handling of Adversarial Input Perturbations in Automated Recognition Mechanism',
2929
},
3030
{
3131
id: 'CWE-104',
@@ -739,7 +739,16 @@ export default /** @type {const} */ ({
739739
id: 'CWE-1427',
740740
name: 'Improper Neutralization of Input Used for LLM Prompting',
741741
},
742+
{ id: 'CWE-1428', name: 'Reliance on HTTP instead of HTTPS' },
743+
{
744+
id: 'CWE-1429',
745+
name: 'Missing Security-Relevant Feedback for Unexecuted Operations in Hardware Interface',
746+
},
742747
{ id: 'CWE-143', name: 'Improper Neutralization of Record Delimiters' },
748+
{
749+
id: 'CWE-1431',
750+
name: 'Driving Intermediate Cryptographic State/Results to Hardware Module Outputs',
751+
},
743752
{ id: 'CWE-144', name: 'Improper Neutralization of Line Delimiters' },
744753
{ id: 'CWE-145', name: 'Improper Neutralization of Section Delimiters' },
745754
{

0 commit comments

Comments
 (0)