OpenSSL 1.1.1 Sunset Risks Another Heartbleed in Embedded Apps - Blog
September 22, 2023OpenSSL, a fundamental open-source cryptographic library, ensures secure communications across TCP/IP networks. It is widely used for SSL or TLS encryption by applications, systems, and devices worldwide.
Using the CVSS to Secure the Software Supply Chain - Blog
June 30, 2022It’s easy for security teams and software developers to be overwhelmed with the endless stream of software vulnerabilities reported across the hundreds of applications used by a typical large enterprise. But not all software vulnerabilities are created equal and need immediate attention.
Embracing a More Advanced Application Security Framework - Story
January 11, 2022By nature, automotive software is complex.
Resolving function pointers with static analysis - Story
February 27, 2018Function pointers in C are a useful construct, despite needing to look up the exact syntax when trying to program with them.