Skip to content

Releases: Intsights/PyRepScan

v0.5.1

31 Aug 14:42

Choose a tag to compare

  • fixed a bug with commits comprised of non-UTF8 text

v0.5.0

30 Aug 20:26

Choose a tag to compare

  • added from_timestamp parameter to allow incremental scanning as needed
    in CI pipelines. this parameter would help to reduce the time it takes
    to scan the whole repository.
  • README.md file now includes a full documentation.

v0.4.1

28 Aug 16:57

Choose a tag to compare

  • removed compile_rules method. it is now possible to add rules at any time
  • fixed a concurrency issue with RE2 where it has locked during specific
    regex patterns
  • fixed a seg fault bug with libgit2 where access to specific field
    inside the git_commit object.

v0.4.0

28 Aug 16:58

Choose a tag to compare

Fixing the parallel computing of the scan

  • The previous implementation was not leveraging the parallelism correctly.
  • A bug fix where author->email and author->name returned NULL
  • Better code organization