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

[Bug] Permission Denied on Analyzer Execution #614

Closed
milesflo opened this issue Feb 11, 2020 · 0 comments
Closed

[Bug] Permission Denied on Analyzer Execution #614

milesflo opened this issue Feb 11, 2020 · 0 comments
Assignees
Labels
category:bug Issue is related to a bug
Milestone

Comments

@milesflo
Copy link

Describe the bug
Many of the Analyzers fail on execution due to improper file permissions... All command paths must have execution permissions via chmod +x $(file)

Possible solutions
Exec:

ls -la analyzers/*/*.py
chmod +x analyzers/*/*.py
# Fixed
ls -la analyzers/*/*.py

Additional context
This has already been addressed in b64ca1b

@milesflo milesflo added the category:bug Issue is related to a bug label Feb 11, 2020
@jeromeleonard jeromeleonard added this to the 2.4.1 milestone Feb 11, 2020
@jeromeleonard jeromeleonard self-assigned this Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug Issue is related to a bug
Projects
None yet
Development

No branches or pull requests

2 participants