Skip to content

Commit db23fc5

Browse files
committed
Add security.txt
1 parent 29940bc commit db23fc5

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ For local development environment setup proceed as follows:
7373
- What's missing for a production setup?
7474
- Authorization
7575
- Data requirements
76+
- Update of `ui\public\.well-known\security.txt`
7677

7778
## Angular CLI Updates
7879

server/appsettings.Development.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@
6868
"Match": {
6969
"Path": "/{nomatterwhat}.js.map"
7070
}
71+
},
72+
"wellknown": {
73+
"ClusterId": "cluster1",
74+
"Match": {
75+
"Path": ".well-known/{**catch-all}"
76+
}
7177
}
7278
},
7379
"Clusters": {

ui/public/.well-known/security.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Contact: mailto:test@example.com
2+
Expires: 2026-12-31T22:59:00.000Z
3+
4+
For more details about security.txt, see https://securitytxt.org/

0 commit comments

Comments
 (0)