Education in Secure Software Development
The Linux Foundation and OpenSSF released a report on the state of education in secure software development.
…many developers lack the essential knowledge and skills to effectively implement secure software development. Survey findings outlined in the report show nearly one-third of all professionals directly involved in development and deployment system operations, software developers, committers, and maintainers self-report feeling unfamiliar with secure software development practices. This is of particular concern as they are the ones at the forefront of creating and maintaining the code that runs a company’s applications and systems.
Subscribe to comments on this entry
Jaime • August 1, 2024 7:59 AM
In my opinion this is a result of how security specialists are integrated into most organizations. We usually pretend that since we have a security team, they’ll handle security.
It is rare to find an organization where the security team is allowed to act as a both a consultant to a development team, and to create metric and target that the development team are required to meet.
Usually, I see the security team require that development teams use static analysis tools and scan the test environment before deployment. This fixes some of the more common and easy to spot development mistakes, but does nothing for bad architecture and more subtle issues.