Skip to content

Instantly share code, notes, and snippets.

View mafiuss's full-sized avatar
:octocat:
AppSec & Cloud Protection

Benigno Gutierrez mafiuss

:octocat:
AppSec & Cloud Protection
View GitHub Profile
@mafiuss
mafiuss / localhostcrt
Created January 18, 2019 20:36
openssl crt for localhsot
openssl x509 -req -in server.csr -CA rootCA.pem -CAkey rootCA.key -CAcreateserial -out server.crt -days 500 -sha256 -extfile v3.ext

Disclosure policy. Define the procedure for what a reporter who finds a security issue needs to do in order to fully disclose the problem safely, including who to contact and how. Consider HackerOne’s community edition or simply a ‘security@’ email.

Security Update policy. Define how you intend to update users about new security vulnerabilities as they are found.

Security related configuration. Settings users should consider that would impact the security posture of deploying this project, such as HTTPS, authorisation and many others.