How to Design Teams to Bridge the Security Gap

How to Design Teams to Bridge the Security Gap

April 17, 2018
By Manuel Pais

11 minute read time

Even if you work for a large organization, chances are you could memorize the names of all the security folks working in IT. That's because the ratio of developers to security is 100:1, according to a recent survey (the same study indicates a 10:1 ratio of devs to ops). Previous studies have reported ratios from 100:3 to 100:6, so there's some progress but not fast enough.

That doesn't bode well for these organizations' ability to tackle upcoming data privacy protection regulations like the European Union's GDPR and stop the data spilling regularly on the news over the past few years. There aren't enough skilled security folks out there today to fill in the gap. Successfully adopting secure development and operations practices requires deep technical understanding, but also critically possessing the communication, persuasion and balancing skills to achieve buy-in from development teams and (more often than not) senior management.

We're still in a vicious cycle where security specialization is not attractive enough, because historically, companies have not given security enough priority. Those same companies are now facing a growing need to up their security game, but they lack enough people with the right skills.

So what options do we have to bridge this security gap?

Let's first clarify that automating basic security checks (such as third-party vulnerabilities) and coding guidelines and integrating security in the delivery pipeline should be a no-brainer for any product development team today. The toolset in DevSecOps keeps expanding, and both community and enterprise-grade requirements are well served.

So where's the gap? It's in the "hacker mindset," a constant search for new potential attack vectors in our applications (the "unknown unknowns"). And it's also in the hard task of meaningful risk analysis and threat modeling and its translation into actions and priorities. These require deep security thinking and background, but it's not something product development teams can be asked to take on as added cognitive load on top of their existing responsibilities.

The work Matthew Skelton and I have done researching, cataloging and explaining how different DevOps Topologies can play an important role in progressing or blocking DevOps adoption fits nicely with the problem at hand.

Two distinct (and possibly complementary) team topologies come to mind:

Fully Shared Security Responsibilities

Fully Shared Security Responsibilities means each product development team integrates at least one security-focused T-shape team member. This approach is adequate when the organization strives for cross-functional autonomous product development teams. The security person needs to translate complex security threats into actionable security stories and acceptance criteria that the team can understand and implement from a technical standpoint.

They must also communicate risks and potential costs for the organization (compliance, revenue and reputation) in a way that business owners can understand and prioritize. On the other hand, they should be ready to perform non-security related tasks when needed. Over time, ownership of security analysis and implementation should spread in the team, while the T-shaped security person might maintain expertise in terms of staying on top of security best practices, new methods and tools, facilitating security-related workshops and leading product security strategies.

The goal is not for the security person to be allocated all the security work, otherwise we are just moving a silo at a macro level (isolated security team) to a micro-level (isolated team member).

Each product team - depicted as a yellow circle - with 7 to 9 team members, where at least one is a T-shaped security person - depicted inside a green circle - but other people also participate in security work.

Of course, there is still an important place for a centralized view of security across multiple products and business areas in the organization. Sharing experiences, approaches and results is critical. But this can take the form of a community of practice or a guild (in Spotify parlance) of motivated individuals gathering regularly, rather than a dedicated team.

Pros

Cons

Heuristics

If the answer to one more of the above questions is affirmative, then this topology might be suitable to address the security gap.

Security as an Enabling Team

Security as an Enabling Team means a dedicated security team provides support and guidance (for example, producing secure development guidelines) to product development teams.

Crucially, this centralized team does not perform the actual security analysis and implementation work, but promotes and guides it where necessary.

It's equally critical that this team gets involved from the start of the project or release, in order to help the product team consider the security implications, approaches and practices at each stage of the life cycle.

A transversal security team - depicted vertically in gray - supports three product teams - depicted horizontally in orange - resulting in shared responsibility for security - depicted as a light green circle.

Many organizations have taken this approach, including Spotify and Sportradar. It requires a much less drastic structural change from the traditional "security team silo," as we're essentially shifting this team's responsibilities (guidance and support rather than implementation). But that might make it harder for the rest of the organization to fully realize that product teams are expected to take greater ownership of their systems.

Pablo Jensen, CTO at Sportradar, recently talked about their dedicated information security team's role in promoting security guidelines and policies in close collaboration with product teams, listening to their feedback and iterating over time. One of their project life cycle gates is a "fitness to start development," which requires the security team to approve that enough thought has been given to security implications and work planned accordingly. This team reports directly to the CEO and has authority to stop product launches if necessary.

Pros

Cons

Heuristics

If the answer to one more of the above questions is affirmative, then this topology might prove suitable to address the security gap.

Conclusion

DevSecOps has raised the profile of security in IT, and the regular stream of serious data breaches has exposed the security gap in most organizations. In this post, I presented a few possible approaches to bridge that gap (fully shared security responsibility vs security as an enabling team), along with their pros and cons, and heuristics based on context.

Remember, team design should not be static. Organizations, people and processes evolve naturally over time, and what today's best fit might be tomorrow's obstacle to faster and safer software. It's possible that an organization would first move from a traditional security silo approach to a "security as enabling team" model at first, and then transition to a "fully shared security responsibilities" structure, as security awareness and expertise spreads across the product teams.

What other team topologies and security strategies have you seen in your organizations or clients? Please email me at: me at manuelpais dot net.