Comment on Almost every publicly available CVE PoCComments−cracauer4yI would like to have a resource like this, but instead of the PoC I want to see the diff that fixed the flaw in the software.Anything like that around? I know it isn't trivial.−ovi2564yI could see how to do this for some projects, like Django: get the list of their security updates. For each release, it lists the CVEs it fixes and the patch. The patch gives you the fix diff.https://docs.djangoproject.com/en/4.0/releases/security/−artificial4yPlanning to do some ML training?
Comments
I would like to have a resource like this, but instead of the PoC I want to see the diff that fixed the flaw in the software.
Anything like that around? I know it isn't trivial.
I could see how to do this for some projects, like Django: get the list of their security updates. For each release, it lists the CVEs it fixes and the patch. The patch gives you the fix diff.
https://docs.djangoproject.com/en/4.0/releases/security/
Planning to do some ML training?