What kind of security tools should I provide to developers?

Dark Reading features an article from BluBracket’s VP of Product and Developer Relations on how security professionals should help their developers write secure code.

One tip:

Use pre-commit hooks to scan for secrets and other code risks before they get into code.

A secret in code is a secret told. Blocking secrets at the source is one of the most important steps developers can take to improve security.”

To use such a tool, developers can use the free edition of BluBracket Code Security.

Share this post!