How can I reduce cloud vulnerability noise without giving source code to vendors?

0
8
Asked By SunnyDaze99 On

I'm overseeing a multi-cloud setup with AWS and GCP, and our development pipeline is pretty secure. However, I'm facing a challenge with our SCA and CSPM tools that are bombarding us with alerts, many of which are about non-critical issues. For instance, we're receiving alerts for packages that aren't being called or libraries that exist in container images but don't impact runtime. I'm looking for ways to minimize this noise while maintaining our security policies, which means no agents or repository scanning. I'm wondering if anyone has found effective solutions to this issue?

2 Answers

Answered By TechWhiz42 On

If you're getting alerts for libraries that never get used, you might want to consider using a more streamlined container. It's worth checking if you really need all those libraries in your containers, or if you can remove unnecessary ones before you deploy.

Answered By CloudExplorer88 On

We faced similar challenges and recently tested a beta feature from our CSPM vendor, Orca. They offer reachability analysis, which checks only the live containers for what's actually executed without accessing your code. It has drastically cut down our critical alerts—over 90% fewer that we need to manually dismiss!

DevQuestioner12 -

That sounds interesting. Did this feature require any invasive runtime tracing?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.