85 add a securitytxt 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/)
@@ -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
@@ -158,8 +158,12 @@ async function build(options){
);
const copy_these = [
- 'images', 'favicons',
- 'browserconfig.xml', 'manifest.json', 'favicon.ico',
+ 'images',
+ 'favicons',
+ 'browserconfig.xml',
+ 'manifest.json',
+ 'favicon.ico',
+ 'security.txt',
];
const recursive_copy = (src, dest) => {