Code Curmudgeon
Facebook Twitter Google+ Linkedin Youtube Instagram

Main menu

Skip to content
  • Home
  • SQLi Hall-of-Shame
  • IoT Hall-of-Shame
  • Security Resources
  • Books
  • Glossary
  • Other Articles
  • About
    • Photography

Monthly Archives: February 2016

Internet Scam Scam

Posted on February 26, 2016 by Code Curmudgeon
I got a very funny email at work today. I try to keep up on my junk e-mail folder in Outlook so that I...
Security malware, phishing, scam, virus

Security vs Security

Posted on February 24, 2016 by Code Curmudgeon
There is currently a national debate going on in the United States about the challenges of security vs. security. Some are calling it privacy...
Security Apple, encryption, privacy, Security

Software Cybersecurity Podcast

Posted on February 9, 2016 by Code Curmudgeon
My friend Kevin Greene is devoted to improving the state of software security in the United States and he’s passionate about it. Kevin now...
Security appsec, cybersecurity, iot, swsec

Prevent Automotive Software Bugs with Static Analysis

Posted on February 4, 2016 by Code Curmudgeon
We all knows that automotive software is becoming increasingly complex. It’s gotten to the point that high-end cars not only have more code than...
Automotive automotive, prevention, quality, static analysis
1 2 Next ›
Categories
  • AI
  • Automotive
  • Business
  • Cloud
  • General
  • IoT
  • Journalism
  • Medical
  • Mobile
  • Open-source
  • Quality
  • Security
  • Software Development
  • SysAdmin
  • Technology
  • Testing
  • Web
Latest Posts
  • Shift-left is more than just a phrase
  • Putting the Pop in Culture
  • Better Living Through Security Coding Standards
  • Code Curmudgeon Takes Photos
  • Things I Think About
  • Phishing Alert - Secret Army Gold
  • Phishing Alert - FBI Offering Millions
  • Software Terms Without Definitions
  • Hardening Your Software Webinar
  • Get Started with Free Service Virtualization
Archives
  • January 2019
  • September 2018
  • May 2018
  • October 2017
  • August 2017
  • June 2017
  • February 2017
  • January 2017
  • September 2016
  • August 2016
  • April 2016
  • March 2016
  • February 2016
  • December 2015
  • November 2015
  • October 2015
  • July 2015
  • March 2015
  • January 2015
  • October 2014
  • August 2014
  • July 2014
  • June 2014
  • April 2014
  • February 2014
  • January 2014
  • October 2013
  • September 2013
  • August 2013
  • June 2013
  • May 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
Popular Posts
  • What Went Wrong with Static Analysis?
  • SQL Injection – When Will We Learn?
  • ASQ Conference in Long Beach
  • What Does Static Analysis Have To Do With DevOps
  • Theoretical AppSec Vulnerabilities
  • Hacking: Medical Devices
  • Remembering a friend and luminary
  • Your Two Cents About What Went Wrong With Static Analysis
  • Lies, Damn Lies, and Predictions
  • Webinar – Reducing Noise in Software Testing
© Code Curmudgeon

Definitioner

MISRA
MISRA or Motor Industry Software Reliability Association is a set of programming guidelines for C and C++ software development. The goal of the guidelines is to help reduce risky code upfront by avoiding language constructs that are more prone to bugs. This will increase automotive reliability, safety and quality.
static analysis
Any form of software analysis that can be done on the code without actually executing the code. Encompasses techniques like pattern-based analysis, metrics, code review, etc.