|
|
|
|
|
by hsin003
94 days ago
|
|
I think both points are true in practice. Reviewing AI-generated code can require more experience than generating it, but at the same time some basic checks (dependency versions, release notes, etc.) are still worth doing. One thing this incident reminded us of is that review is only a snapshot in time. Even if everything looks fine when a PR is merged, new CVEs can appear later and suddenly make previously safe dependencies vulnerable. That’s why we started treating monitoring and vulnerability checks as part of the platform itself, not just the review process. |
|