Category Archives: Secure Programming

What’s Wrong With Secure Software Development?

Despite a wealth of security knowledge and developers’ access to advanced tools, many software security risks remain. Analysts say that vulnerabilities arise because many software developers do not understand how to build security into their code… Continue reading

Share
Posted in Secure Programming | Tagged , , , , | 1 Comment

WordPress 2.5

WordPress 2.5 has been released. From a security perspective, the new WordPress release 2.5 promises many improvements: secure cookie management, salted passwords, password strength meter and prepared SQL querying functions etc. It also supports Automatic Upgrade feature and WordPress Automatic … Continue reading

Share
Posted in General, Secure Programming | Tagged , , | Leave a comment

Security Developer Center: Threat Modeling

Microsoft Application Threat Modeling is a critical security activity, enabling effective application risk management during the SDLC and beyond. Application Threat Modeling is enforced as part of the Security Development Lifecycle for IT (SDL-IT) at Microsoft. Boeing develops their line … Continue reading

Share
Posted in Operating Systems and Application Security, Secure Programming, Threats, Vulnerabilities, Attacks | Leave a comment

SDL Crypto Code Review Macro

Michael Howard’s talks about SDL Crypto Code Review at his blog. He says: When I review code for security bugs I basically do the following: 1) Run static analysis tools and compile with /W4 to see which source code files … Continue reading

Share
Posted in Cryptography, Secure Programming, Tools and Utilities | Leave a comment

MSDN Webcast: Cryptography API: Next Generation Overview

I attended this Web cast. It is announced in this way: Event Overview Cryptography API: Next Generation (CNG) is the new Microsoft cryptography infrastructure built into the Windows Vista operating system and Windows Server code name “Longhorn.” Designed with extensibility … Continue reading

Share
Posted in Secure Programming | Leave a comment

Has Globalization Made Software Development a US National Security Issue?

Software development has been transformed into a issue of national security as a result of IT globalization, according to a warning from former U.S. cybersecurity czar Andy Purdy. “Companies are looking for the least expensive source of production, but there … Continue reading

Share
Posted in Secure Programming | Leave a comment

WordPress Redoable Theme “s” Cross-Site Scripting

Recently, this blog experienced attacks or better to say XSS bug testing which, fortunately, was unsuccessful. Yesterday John Martinelli has discovered a vulnerability in the Redoable theme for WordPress (I don’t use this theme – lucky again), which can be … Continue reading

Share
Posted in Secure Programming, Security | Leave a comment

Attacks on my Blog

During last weekend this blog experienced number of attacks. I suspect [or know :)] that majority of these attacks have been performed by my students who I teach Computer Networks Security lectures. It is possible that some other people tried … Continue reading

Share
Posted in Secure Programming, Security | 7 Comments

Sell and Buy Information about Code Flaws

Couple of companies and occasions where companies or individuals sell information about code flaws to the vendors or companies buys it from hackers. So do criminals… Read article here.

Share
Posted in Secure Programming, Security | Leave a comment

Security Code Reviews

Recently I read again interesting article in IEEE Security & Privacy magazine by Michael Howard, “A Process for Performing Security Code Reviews,” IEEE Security & Privacy, vol. 4, no. 4, July/August 2006, pp. 74-79. That very good article starts with: No one … Continue reading

Share
Posted in Books, Magazines and Journals, Secure Programming | Leave a comment