Skip to content

Release 2.1.0

Choose a tag to compare

@cedricbonhomme cedricbonhomme released this 18 Nov 07:26
v2.1.0
d4cbd7c

What's New

Datasets

  • CWE/Patch dataset improvements: Considered more fields to find vulnerability patches. Asynchronous requests to GitHub are now less aggressive.
  • CWE Guesser dataset:
    • Now uses the new vulnerability endpoint of Vulnerability-Lookup.
    • References in security advisories without the patch tag are also considered.
    • Repo ID is now a configurable parameter in the dataset generation script.
  • URL handling improvements:
    • normalize_patch_url function improved for better patch URL processing.
    • URLs with fragments are now properly handled.
  • Concurrency: Reduced the number of default concurrent requests to 12 to avoid overloading external services.

Dependencies

  • Updated Python dependencies, including PyTorch bump from 2.7.1 to 2.8.0.
  • General dependency updates across the project.

Miscellaneous

  • Minor code improvements and style updates (reformatted with black).