mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-22 01:57:08 +00:00
Updated README>
This commit is contained in:
parent
4307c41173
commit
a61719bf16
1 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,14 @@ $ poetry shell
|
||||||
|
|
||||||
You can also use ``pip``.
|
You can also use ``pip``.
|
||||||
|
|
||||||
|
~~~python
|
||||||
|
Python 3.8.0 (default, Dec 11 2019, 21:43:13)
|
||||||
|
[GCC 9.2.1 20191008] on linux
|
||||||
|
Type "help", "copyright", "credits" or "license" for more information.
|
||||||
|
>>> from git_vuln_finder import find
|
||||||
|
>>> all_potential_vulnerabilities, all_cve_found, found = find("~/git/curl")
|
||||||
|
~~~
|
||||||
|
|
||||||
|
|
||||||
## Use as a command line tool
|
## Use as a command line tool
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue