Skip to content

v0.2.0rc1

Choose a tag to compare

@s3dev s3dev released this 29 May 09:41
· 5 commits to master since this release

Changes

Minor fixes from post-integration testing.

PPKLIB-4: Add hyphen to package search

  • A hyphen has been added to the package search name to ensure the target
    package is matched, rather than a package starting with the target's
    name.
  • Additionally, the return value from os.listdir is now sorted to help
    the target name be at the top of the filtered tuple, as the ordering
    from os.listdir is an artifact of the filesystem.

PPKLIB-5: Add space between vulnerability title and version/alias

  • A space as been added between the title and the version/alias to help
    provide distinction for long titles.

Testing:

  • All tests complete successfully with 100% code coverage.
  • Pylint run successfully with all modules reporting 10/10.

Released: 2025-05-29