|
|
|
|
|
by raesene9
2637 days ago
|
|
Really the only "solution" is to ensure that you have some way to establish trust in all the software libraries you use. For commercially provided libraries that could be a contract specifying security requirements, with some specific measures of how to do that. For Open source the only real option I can see is to curate your own package repositories and get a level of review that you're comfortable with. Definitely fixing versions and insisting on review before upgrade would help. The problem with automated scanning is that they can't really find backdoors or just generally insecure code, they can find known vulnerabilities. They could use static analysis to find insecure code, but my experience of SAST tooling is that it takes a lot of manual effort to tune, it's not a pure automated scan option. That's not to say that automated scanning provides nothing, but that it has limitations. |
|
This is a non-starter. This is even worse than "just run your own mail server".