mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Merge pull request #94 from HeyPuter/85-add-a-securitytxt-file
85 add a securitytxt file
This commit is contained in:
commit
5398ba83b1
6
SECURITY-ACKNOWLEDGEMENTS.md
Normal file
6
SECURITY-ACKNOWLEDGEMENTS.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
We would like to thank the following security researchers for their responsible disclosures:
|
||||||
|
|
||||||
|
|
||||||
|
# 2024
|
||||||
|
|
||||||
|
- xyzeva: [Github](https://github.com/xyzeva) | [email](mailto:xyzeva@riseup.net) | [website](https://kibty.town/)
|
9
src/security.txt
Normal file
9
src/security.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Contact: mailto:security@puter.com
|
||||||
|
|
||||||
|
Expires: 2025-01-01T20:00:00.000Z
|
||||||
|
|
||||||
|
Acknowledgments: https://github.com/HeyPuter/puter/blob/master/SECURITY-ACKNOWLEDGEMENTS.md
|
||||||
|
|
||||||
|
Canonical: https://github.com/HeyPuter/puter/blob/master/src/security.txt
|
||||||
|
|
||||||
|
Policy: https://github.com/HeyPuter/puter/blob/master/SECURITY.md
|
8
utils.js
8
utils.js
@ -158,8 +158,12 @@ async function build(options){
|
|||||||
);
|
);
|
||||||
|
|
||||||
const copy_these = [
|
const copy_these = [
|
||||||
'images', 'favicons',
|
'images',
|
||||||
'browserconfig.xml', 'manifest.json', 'favicon.ico',
|
'favicons',
|
||||||
|
'browserconfig.xml',
|
||||||
|
'manifest.json',
|
||||||
|
'favicon.ico',
|
||||||
|
'security.txt',
|
||||||
];
|
];
|
||||||
|
|
||||||
const recursive_copy = (src, dest) => {
|
const recursive_copy = (src, dest) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user