static analysis
Tag details
Welcome to the 'static analysis' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'static analysis'.
Latest blogosphere posts tagged “static analysis”
-
Apple iPhone Tech Talk London 2009: Testing and Debugging Your iPhoneApplication
Expanding horizons —
Authority: 132
Just before this session, I had an interesting discussion with Mike of Broadersheet about unit testing. He uses defensive code with asserts and logging and couldn’t see the value of writing unit tests especially for mostly UI code. However, Apple have converted to using unit tests and are making it easy for ...13 hours ago -
Static Analysis: How Important is Accuracy?
Security and Risk Management Strategies Blog —
Authority: 108
Software security - or application security, if you prefer - is (to no surprise, Im sure) a significant ongoing research topic for us. Most recently I completed two documents on static software security analysis, which should publish in the coming 90 days. Talking to users and vendors many important aspects of the ...5 days ago -
Compiler warnings, Coding standards, Code quality…oh my! (Part 2)
Kloctalk —
Authority: 112
In the first blog series , we discussed the value of compiler warnings and wondered why a static analysis tool would have similar error checking features. In this installment, we want to dive deeper into this question by reviewing errors that can be found by compilers, why they matter, and what limitations compilers ...1 week ago -
Preparing for the Software Assurance Forum 2009
Kloctalk —
Authority: 112
Next week I’m heading out to the Software Assurance Forum (use SOF96945 for the conference code) in Washington D.C. (well, actually Arlington, Virginia, but D.C. sounds more glamorous). If you’re not familiar with what the SWA is, in a nutshell, its key objective is to encourage software developers to raise ...1 week ago -
Static Analysis and Generated Code
Craig Stuntz's Weblog —
Authority: 91
In recent months, I’ve been thinking about the problem of static analysis in generated code. Static analysis means using tools like FxCop and NDepend (for .NET apps) lint (for C) and CodeHealer (for Delphi) to find potential problems in your source code. Generated code is code written not by a human being, ...8 weeks ago -
Flawfinder – Source Code Auditing Tool
Darknet - The Darkside —
Authority: 466
Flawfinder is a program that examines source code and reports possible security weaknesses (flaws) sorted by risk level. It’s very useful for quickly finding and removing at least some potential security problems before a program is widely released to the public. It’s a static analysis source code auditing tool. ...8 weeks ago