My point is, there's several situations were the simplification "old dependencies = vulnerabilities" does not apply:
1. Frontend clients when users can just hack themselves.
2. Backends for trusted (internal) users.
3. Local-only (client-only) apps.
4. Systems that don't store data.
…
Comments
1. Frontend clients when users can just hack themselves.
2. Backends for trusted (internal) users.
3. Local-only (client-only) apps.
4. Systems that don't store data.
…