mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-21 17:47:06 +00:00
Update PATTERNS_PATH, resolves issue #8
This commit is contained in:
parent
1dccc4b0dd
commit
fadcedd7e7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def tree():
|
|||
return defaultdict(tree)
|
||||
|
||||
|
||||
PATTERNS_PATH = "./git_vuln_finder/patterns"
|
||||
PATTERNS_PATH = os.path.dirname(os.path.abspath(__file__)) + "/patterns"
|
||||
|
||||
|
||||
def build_pattern(pattern_file):
|
||||
|
|
Loading…
Reference in a new issue