Skip to content

Commit 4830f23

Browse files
authored
Merge pull request #112 from secvisogram/chore/dependency-updates
Chore/dependency updates
2 parents c1e8343 + 5b485b2 commit 4830f23

File tree

9 files changed

+54
-47
lines changed

9 files changed

+54
-47
lines changed

backend/lib/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default async function(fastify) {
1010
openapi: {
1111
info: {
1212
title: 'CSAF Validator Service',
13-
version: '1.3.36',
13+
version: '1.3.37',
1414
description:
1515
'This is a service to validate documents against the CSAF standard.',
1616
contact: {

backend/package-lock.json

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ export default /** @type {const} */ ({
734734
id: 'CWE-1423',
735735
name: 'Exposure of Sensitive Information caused by Shared Microarchitectural Predictor State that Influences Transient Execution',
736736
},
737+
{ id: 'CWE-1426', name: 'Improper Validation of Generative AI Output' },
737738
{ id: 'CWE-143', name: 'Improper Neutralization of Record Delimiters' },
738739
{ id: 'CWE-144', name: 'Improper Neutralization of Line Delimiters' },
739740
{ id: 'CWE-145', name: 'Improper Neutralization of Section Delimiters' },

csaf-validator-lib/package-lock.json

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

csaf-validator-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"typescript": "^4.9.4",
4949
"xml2js": "^0.5.0"
5050
},
51-
"version": "1.3.35"
51+
"version": "1.3.36"
5252
}

documents/generated/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= CSAF Validator Service
22
secvisogram@bsi.bund.de
3-
1.3.36
3+
1.3.37
44
:toc: left
55
:numbered:
66
:toclevels: 4

documents/generated/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h1>CSAF Validator Service</h1>
183183
<div class="app-desc">This is a service to validate documents against the CSAF standard.</div>
184184
<div class="app-desc">More information: <a href="https://github.com/secvisogram/csaf-validator-service">https://github.com/secvisogram/csaf-validator-service</a></div>
185185
<div class="app-desc">Contact Info: <a href="secvisogram@bsi.bund.de">secvisogram@bsi.bund.de</a></div>
186-
<div class="app-desc">Version: 1.3.36</div>
186+
<div class="app-desc">Version: 1.3.37</div>
187187
<div class="app-desc">BasePath:</div>
188188
<div class="license-info">MIT</div>
189189
<div class="license-url">https://github.com/secvisogram/csaf-validator-service/blob/main/LICENSE</div>

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"prettier": "^2.8.8",
3333
"typescript": "^5.3.3"
3434
},
35-
"version": "1.3.36"
35+
"version": "1.3.37"
3636
}

0 commit comments

Comments
 (0)