shieldworks / aegis

Aegis: Keep Your Secrets… Secret
https://vsecm.com
MIT License
31 stars 3 forks source link

Hardening mechanisms MUST be used in the software produced by the project so that software defects are less likely to result in security vulnerabilities. #394

Open v0lkan opened 1 year ago

v0lkan commented 1 year ago

Hardening mechanisms may include HTTP headers like Content Security Policy (CSP), compiler flags to mitigate attacks (such as -fstack-protector), or compiler flags to eliminate undefined behavior. For our purposes least privilege is not considered a hardening mechanism (least privilege is important, but separate).