Skip to content

Commit 03f1993

Browse files
committed
feat: frontend sbom
1 parent f5713c4 commit 03f1993

File tree

4 files changed

+840
-1
lines changed

4 files changed

+840
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ test-results/
3232
# typedocs
3333
codedocs
3434

35+
# sbom npm
36+
angular-sbom.json
37+
3538
# IDE
39+
## Eclipse Theia
40+
*.theia-workspace
41+
3642
## VSCodium / VS Code
3743
.vscode/*
3844
!.vscode/settings.json

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
* Backend: Fixed SPACspNonceFilter - it originally omitted the end of line character when parsing static HTML files to insert CSPNonce. This lead to obscure bugs in the Angular frontend ("Unexpected end of input")
1212
* Frontend: Update [Angular 20](https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301)
1313
* Frontend: Include offline fonts/icons from https://fontsource.org/ instead of static repository
14+
* Frontend: Software Bill of Material (SBOM) for frontend using [CycloneDX for Node](https://github.com/CycloneDX/cyclonedx-node-npm).
1415

1516

1617
## [0.0.9] - 2025-03-25

0 commit comments

Comments
 (0)