Scaling Agile isn’t such a Stretch

By Lisa Morgan Reposted from SD Times Being agile is more critical than ever as businesses compete for customers. The true level of agility can vary greatly from company to company, team to team, department to department and person to person. As organizations scale agile out from pilots and small groups to critical projects involving […]

Read more
Subversion load and performance testing in 10 lines or less?

I needed a quantifiable test that can measure svn performance during a check out. This script take 2 arguments, number of checkouts and parallelism. For example, if I want to run 100 checkout 2 at a time ./load.sh 100 2 or 100 checkouts 50 at a time ./load.sh 100 50 #!/bin/bash i=0;  url=”<a href=”http://mysvnrepo” while”>http://mysvnrepo” while</a> [ $i -lt $1 ]; do […]

Read more
Security Testing: Web Application Fuzz Testing

Fuzz testing or Fuzzing, a technique originated in 1988 by Professor Barton Miller at the University of Wisconsin, is a software testing technique where invalid, unexpected, and or random data is input into the system at various levels in an effort to uncover unexpected system behaviors and system failures including system crashes, failing code assertions, […]

Read more
Monitoring System Calls for Active Authentication with Detours

Coveros Labs recently received funding from the Defense Advanced Research Projects Agency (DARPA) through the Active Authentication program.  The goal of this program is to develop “novel ways of validating the identity of [a] person … that focus on the unique aspects of the individual through the use of software-based biometrics.” Traditional authentication techniques require […]

Read more
Using CAT.NET security scanner on your .NET web application

Inspecting source code for security vulnerabilities is an important part in any secure development process. While this can be done manually, it’s much easier to start with a static analysis tool that can scan code for known vulnerabilities. Statistics out there claim anywhere from 30-50% of coding vulnerabilities can be found with a code scanner. For .NET […]

Read more
Coveros Active Authentication Project Makes Headlines

From Nextgov.com: The military venture capital wing has tapped scientists to build computer systems that can detect intruders by picking out abnormal behavior from familiar patterns generated by authorized users. Defense Advanced Research Projects Agency has awarded a contract to security software developer Coveros to research methods to validate the identity of a computer user […]

Read more
DARPA Selects Coveros to Research Active Authentication Techniques

Research Will Protect Computer Systems from Unauthorized Use Coveros, Inc., the market leader in secure agile software development, today announced that the Defense Advanced Research Projects Agency (DARPA) has awarded the company a research contract to invent novel approaches for actively authenticating computer system users. This research aims to make it possible to detect, in […]

Read more
DARPA Selects Coveros to Research Active Authentication Techniques

DARPA Selects Coveros to Research Active Authentication Techniques Research Will Protect Computer Systems from Unauthorized Use Loudoun County, VA, July 19, 2012 — Coveros, Inc., the market leader in secure agile software development, today announced that the Defense Advanced Research Projects Agency (DARPA) has awarded the company a research contract to invent novel approaches for […]

Read more
Coveros CEO, Jeffery Payne on securing open source software

Coveros CEO, Jeffery Payne will speak on securing open source software at Open Source Industry Day. The event will feature speakers from the NSA as well as industry and open source development community experts. The day-long, unclassified event is open to the public. For more information visit: OSSI

Read more
X