one thing we’ve kept coming back to is that most platforms are pretty good at finding issues now
run enough scanners and you’ll get:
dependency vulns
secrets leaks
SAST findings
container issues
but the part that still feels weak is everything after that
you still have to figure out:
which findings are actually worth focusing on
which alerts are really the same root issue
where in the codebase to even start
what the fix should actually look like
that feels like the real gap to me
not “how do we find more vulnerabilities”
but “how do we help developers understand and fix the ones we already found”
curious how other people see it
if you could improve one thing about current security platforms, would it be:
better detection
less noise
more context
or better help getting to remediation faster