GitHub envisions a world with fewer software vulnerabilities

After five months in beta, the GitHub Code Scanning security feature has been made generally available to all users: for free for public repositories, as a paid option for private ones. “So much of the world’s development happens on GitHub that s… Continue reading GitHub envisions a world with fewer software vulnerabilities

GitHub Code Scanning aims to prevent vulnerabilities in open source software

GitHub has made available two new security features for open and private repositories: code scanning (as a GitHub-native experience) and secret scanning. With the former, it aims to prevent vulnerabilities from ever being introduced into software and, … Continue reading GitHub Code Scanning aims to prevent vulnerabilities in open source software

What is the difference between "secure code review" and "secure static code analysis"?

What are the subtle differences in both – as one could say that both are almost the same…

Static Code Analysis (also known as Source Code Analysis) is usually
performed as part of a Code Review (also known as white-box testing)
Continue reading What is the difference between "secure code review" and "secure static code analysis"?

Automate manual security, risk, and compliance processes in software development

The future of business relies on being digital – but all software deployed needs to be secure and protect privacy. Yet, responsible cybersecurity gets in the way of what any company really wants to do: innovate fast, stay ahead of the competition, and … Continue reading Automate manual security, risk, and compliance processes in software development

Counterintuitive remediation cost scale within SEI CERT Coding Guidelines for priority

The SEI CERT Coding Guidelines assign a priority to each rule, formed from the product of three factors: severity, likelihood, and remediation cost. Each of these three factors is assigned a value from 1-3, and the highest priority formed … Continue reading Counterintuitive remediation cost scale within SEI CERT Coding Guidelines for priority

Microsoft Application Inspector: Check open source components for unwanted features

Want to know what’s in an open source software component before you use it? Microsoft Application Inspector will tell you what it does and spots potentially unwanted features – or backdoors. About Microsoft Application Inspector “At M… Continue reading Microsoft Application Inspector: Check open source components for unwanted features