diff --git a/docs/README.md b/docs/README.md index 8bd7de6..9affcd5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -156,6 +156,12 @@

FAQ

+

Is Blue Marble malware?

+

A: Blue Marble does not contain malicious code. The Blue Marble code can be found in the src/ folder. If you worry about Blue Marble being malware, you can read the code, then bundle it yourself using the tools in build/. + +

How can Blue Marble place pixels for me?

+

A: Unfortunatly, Blue Marble will not support the automatic placement of pixels without user interaction. +

How do I hide the overlay?

A: Turn the userscript off and refresh the page.

diff --git a/docs/SECURITY.md b/docs/SECURITY.md new file mode 100644 index 0000000..716f1a7 --- /dev/null +++ b/docs/SECURITY.md @@ -0,0 +1,5 @@ +

Reporting A Security Vulnerability

+CodeQL +

+ Since this is a userscript, there will not be many vulnerabilities. The user is in charge of their own security, by choosing which scripts to run. Regardless, if you do find a security vulnerability in Blue Marble, please report it on the GitHub Security Advisory "Report a Vulnerability" tab. +

\ No newline at end of file