68f273ee54
Fix #17 [main] - set language to unknown
when langdetect cannot detect
...
the language for some reasons like empty commit message or unknown
language.
Notes: langdetect exception handler seems to be crap and do not use
a Base Exception handler. That's why the catch-all ;-)
2022-11-27 10:28:01 +01:00
5a46cb3b30
fix: [patterns] as reported in #16 - a typo of the typo for
...
'vulnerability' was not in the pattern.
2022-09-24 08:27:59 +02:00
David Cruciani
cefa47ae23
gharchive process
2021-12-20 14:54:59 +01:00
tdunlap607
fadcedd7e7
Update PATTERNS_PATH, resolves issue #8
2021-06-04 14:00:55 -04:00
Cédric Bonhomme
df6c4c163e
moved find function used for the cli in a file run.py
2020-01-06 22:30:14 +01:00
Cédric Bonhomme
18121a735f
Merge branch 'master' of github.com:cedricbonhomme/git-vuln-finder
2020-01-06 21:28:38 +01:00
Cédric Bonhomme
30af30f571
added a simple comment
2020-01-06 21:28:31 +01:00
Cédric Bonhomme
552937a7bb
Make the whole thing importable in a Python code.
2020-01-06 16:29:30 +01:00
Cédric Bonhomme
73d5349b08
in place merge number of CVE found via summary function
2020-01-06 15:50:50 +01:00
Cédric Bonhomme
1460433429
it should be safe to do that
2020-01-06 08:22:37 +01:00
Cédric Bonhomme
851d8946fd
'# FIXME: Is there a better way?': yes
2020-01-06 08:08:08 +01:00
Cédric Bonhomme
335bdff4cb
reformat a tiny with black
2020-01-06 07:50:21 +01:00
Cédric Bonhomme
a597d1e6fc
fixed problem of definition of tagmap
2020-01-06 07:44:35 +01:00
Cédric Bonhomme
ba558d34e4
typo
2020-01-05 13:08:57 +01:00
Cédric Bonhomme
caed1e9031
deleted useless file
2020-01-04 00:17:21 +01:00
Cédric Bonhomme
c9af36b869
updated gitignore
2020-01-04 00:09:22 +01:00
Cédric Bonhomme
2fa7b4583e
improved cli. removed useless import
2020-01-03 17:51:55 +01:00
Cédric Bonhomme
fe4a656412
Updated README.
2020-01-03 17:39:56 +01:00
Cédric Bonhomme
0b31bc36b2
added pyproject.toml file
2020-01-03 16:07:40 +01:00