6 ms·
And now you've pulled in a full sql parser as a dependency (admittedly a dev/build time dependency, but a dependency nonetheless) in a project that has no busin
by bobnamob 1y ago
And now you've pulled in a full sql parser as a dependency (admittedly a dev/build time dependency, but a dependency nonetheless) in a project that has no business parsing sql.
In this day and age of increasingly rampant supply chain attacks & dependency vulnerabilities, I'd definitely be second guessing the approach of "just write a test for it" if that test involved blowing up your attack/vuln surface
- kobzol 1y agoI don't really see an attack surface for a dev dependency.
- conradludgate 1y agoYour development machine, potentially with API keys and access tokens in `$HOME`, is the attack surface