You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
Many of the Analyzers fail on execution due to improper file permissions... All
command
paths must have execution permissions viachmod +x $(file)
Possible solutions
Exec:
Additional context
This has already been addressed in b64ca1b
The text was updated successfully, but these errors were encountered: