mitre-attack / mitre-attack/mitreattack-python
[Bug] Permission denied
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 743
- Forks
- 176
- PR merge metrics
- No merged PRs in 30d
Description
Expected Behavior
I would expect to be able to import the module with no issues.
Actual Behavior
the module fails to import for the following reasons:
[Errno 13] Permission denied: '/.stixmarx'
This is on a linux box. I have create a docket image with the following: mitreattack-python,pandas,pyattck,bs4,colour,openpyxl,stix2,taxii2-client,numpy,drawSvg,Pillow,tqdm,xlsxwriter,tabulate,stix2-elevator
When i run the python script against this docker image i get the error where it has failed to run due to permission denied.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the module import in the reported Linux Docker image and inspect where it accesses '/.stixmarx'. Done means the module imports without Errno 13 under the reported container permissions, with coverage for that environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100