Skip to content

Latest commit

 

History

History
executable file
·
11 lines (8 loc) · 539 Bytes

201-knowledge_base--Build_proccess_security_hardening--.md

File metadata and controls

executable file
·
11 lines (8 loc) · 539 Bytes

Description:

Building an application should always be done on a server that you trust, you are in control of and has the latest security patches and hardening configured. In some applications you can use security techniques and modules that can protect your application from known security issues. Always use these techniques when they are available.

Solution:

Ensure that build processes for system level languages have all security flags enabled, such as ASLR, DEP, and other security checks specific for your application need.