mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-21 09:37:09 +00:00
Merge pull request #9 from tdunlap607/master
Update PATTERNS_PATH, resolves issue #8
This commit is contained in:
commit
1a903da1e6
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