vulnerablecode icon indicating copy to clipboard operation
vulnerablecode copied to clipboard

A free and open vulnerabilities database and the packages they impact. And the tools to aggregate and correlate these vulnerabilities. Sponsored by NLnet https://nlnet.nl/project/vulnerabilitydatabase...

Results 574 vulnerablecode issues
Sort by recently updated
recently updated
newest added

https://www.zyxel.com/global/en/support/security-advisories They are not using their own numbering schema, but could be useful to index anyway.

Data collection

``` Advisory.objects.filter(aliases=[]).count() Out[5]: 942 ```

Switch python to 3.10, Django to 5.0 and postgres to 15

The custom `BaseQuerySet.paginated()` performs extremely poorly in terms of compute time and memory usage compared to the built-in `iterator()`. ## Below is an example where we compare `.paginated()` with `.iterator()`...

Following the deployment @ DejaCode we should also adopt altcha here See: - https://github.com/aboutcode-org/django-altcha

https://advisories.stormshield.eu

Data collection

See https://www.openssh.com/security.html

Data collection

univers was rejecting versions containing ":" so, I added some code to clean it, 1. First tries the original version 2. if error, cleans the version 3. tries again until...

- Introduce `introduced_by_commits` and `fixed_by_commits` fields in our advisory - Update `from_dict` and `to_dict` methods - Create a `CodePatchData` importer class - #2022

Hi team, I have noticed Gentoo importer fails due to some problem with invalid version: ``` ./manage.py import vulnerabilities.importers.gentoo.GentooImporter Importing data using vulnerabilities.importers.gentoo.GentooImporter Traceback (most recent call last): File "/app/vulnerabilities/management/commands/import.py",...

bug