Coveros Named Loudoun County 2010 Small Technology Business of the Year

Company Recognized by Loudoun County Chamber of Commerce at Annual Awards Banquet Fairfax, Va., November 21, 2010 — Coveros, Inc., a company that helps organizations accelerate the delivery of secure and reliable software, today announced its selection as the Small Technology Business of the Year by the Loudoun County Chamber of Commerce. The Loudoun County […]

Read more
Root Causes of Agile Project Failure

Presented at the Agile Development Practices Conference in 2010, Jeff Payne reviews the principal reasons that agile projects sometimes fail. Jeff also provides the warning signs and some key things you can do to prevent this from happening. Agile Development Practices

Read more
Duplicate Code Detection with PMD CPD

I’ve previously written about PMD, a static code analysis tool that examines Java source files and can detect potential problems. Another significant piece of PMD is called CPD, the copy/paste detector. CPD can look through Java, JSP, C, C++, Fortran, or PHP source code files and find sections of code that are repeated. By using CPD […]

Read more
Building Security In Using Continuous Integration

By Tom Stiehm and Gene Gotimer. Published in the March/April 2010 edition of CrossTalk Magazine, The Journal of Defense Software Engineering. The authors look in-depth at CI: how it works, its tools and products, its relation to the “economics of testing,” and how an organization can successfully choose, incorporate, and utilize commercial and open source […]

Read more
Building Security In Using Continuous Integration

Coveros recently published an article in the March/April 2010 edition of CrossTalk. The article is entitled “Building Security In Using Continuous Integration.” Building security into software is harder than it should be. This article explores a way to align application security practices with other software development best practices in order to make building security in […]

Read more
Coveros Increases 2009 Revenue 135%

13 New Customers Drive Corporate Growth in a Down Economy Fairfax, Va., February 22, 2010 — Coveros, the market leader in the delivery of secure, reliable software, announced today that it achieved record growth in 2009, increasing revenue 135% over 2008. The company’s success is driven by significant new business growth in both the commercial […]

Read more
OWASP Top 10 – SQL Injection

As of my last article on XSS, the OWASP organization has released a new Top 10 for 2010 and has placed injection attacks in the number 1 spot. Now that XSS and SQL injection flaws have flipped spots, I will continue the article series using the new Top 10 list. You can find the new OWASP Top 10 […]

Read more
OWASP Top 10 – Cross-Site Scripting (XSS)

In my introductory article, I discussed explaining each vulnerability in the OWASP Top 10 for you. The first on the list is Cross-Site Scripting (XSS). Websites today are very advanced and they contain lots of dynamic content. Dynamic content is information on a web site that is generated on the fly. Dynamic content is usually seen on forums, […]

Read more
X