Remix.run Logo
thereisnospork 6 hours ago

>any vulnerability in any software available for inspection is going to be instant public knowledge. Or at least public among anybody who matters.

Shouldn't this naturally lead to a state where all (new) code is vulnerability-free? If AI vulnerability detection friction becomes low enough it'll become common/forced practice to pre-scan code.

organsnyder 6 hours ago | parent | next [-]

Finding a vulnerability by looking at the diff that fixed it is very different than just looking through the code.

Izkata an hour ago | parent [-]

They're saying to do that scan to every diff before release, to see if it finds anything.

riknos314 28 minutes ago | parent [-]

I believe their point was that:

"How likely is this diff a patch for an existing vulnerability?"

Seems to be an easier question to answer than

"Are there any new vulnerabilities introduced by this diff?"

In other words identifying that a patch is for a vulnerability is typically easier than finding the vulnerability in the first place.

Hizonner 6 hours ago | parent | prev [-]

> it'll become common/forced practice to pre-scan code.

You'd think.

But then you'd think people would do a lot of other things too. I hope, I guess.

The other danger is that "the cloud" may become even more overwhelmingly dominant. Which of course has its own large security costs.