Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger words does not exist #122

Closed
Ekultek opened this issue Apr 24, 2018 · 2 comments
Closed

Trigger words does not exist #122

Ekultek opened this issue Apr 24, 2018 · 2 comments

Comments

@Ekultek
Copy link

Ekultek commented Apr 24, 2018

Traceback (most recent call last):
  File "/usr/local/bin/pyt", line 11, in <module>
    load_entry_point('python-taint==0.30', 'console_scripts', 'pyt')()
  File "/usr/local/lib/python3.6/site-packages/python_taint-0.30-py3.6.egg/pyt/__main__.py", line 307, in main
    args.trigger_word_file
  File "/usr/local/lib/python3.6/site-packages/python_taint-0.30-py3.6.egg/pyt/vulnerabilities.py", line 520, in find_vulnerabilities
    definitions = parse(vulnerability_files.triggers)
  File "/usr/local/lib/python3.6/site-packages/python_taint-0.30-py3.6.egg/pyt/trigger_definitions_parser.py", line 51, in parse
    with open(trigger_word_file, 'r') as fd:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.6/site-packages/python_taint-0.30-py3.6.egg/pyt/vulnerability_definitions/all_trigger_words.pyt'

Running context: pyt -f <FILE>.py or python -m pyt -f <FILE>.py

@KevinHock
Copy link
Collaborator

Fixed 😀 Thanks 👍

@KevinHock
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants