git-vuln-finder v1.3 released - bug fixes release
git-vuln-finder v1.3 released - bug fixes released.
git-vuln-finder is a python tool to find potential software vulnerabilities from git commit messages. The output format is a JSON with the associated commit which could contain a fix regarding a software vulnerability. The search is based on a set of regular expressions against the commit messages only. If CVE IDs are present, those are added automatically in the output.
v1.3 (2022-09-24)
Changes
- [doc] usage updated. [Alexandre Dulaunoy]
Fix
- [patterns] as reported in #16 - a typo of the typo for 'vulnerability' was not in the pattern. [Alexandre Dulaunoy]
Other
-
Merge pull request #15 from cve-search/dependabot/pip/urllib3-1.26.5. [Alexandre Dulaunoy]
build(deps): bump urllib3 from 1.25.10 to 1.26.5
-
Build(deps): bump urllib3 from 1.25.10 to 1.26.5. [dependabot[bot]]
Bumps urllib3 from 1.25.10 to 1.26.5.
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
- dependency-name: urllib3
-
Merge pull request #14 from adulau/master. [Alexandre Dulaunoy]
dep updates
-
Merge pull request #1 from adulau/dependabot/pip/py-1.10.0. [Alexandre Dulaunoy]
build(deps): bump py from 1.8.1 to 1.10.0
-
Build(deps): bump py from 1.8.1 to 1.10.0. [dependabot[bot]]
Bumps py from 1.8.1 to 1.10.0.
updated-dependencies:
- dependency-name: py
dependency-type: indirect
...
- dependency-name: py
-
Merge pull request #13 from cydave/master. [Alexandre Dulaunoy]
fix links to patterns
-
Fix links to patterns. [dave]