mitreattack-python icon indicating copy to clipboard operation
mitreattack-python copied to clipboard

A python module for working with ATT&CK

Results 35 mitreattack-python issues
Sort by recently updated
recently updated
newest added

## Expected Behavior I'm having trouble working with navlayers the error occurs when specifying taxii as source `source='taxii'` for example working with `LayerGeneratorcli` or `UsageLayerGenerator` expected behaviour is getting a...

bug

The changelog helper currently only supports minimal information about what changed from release to release. Please add more detailed changelog functionality

## Expected Behavior ToSvg Generates an SVG File from a layer ## Actual Behavior OSError when generating the SVG File ``` Traceback (most recent call last): File "/home/jrogers/wksp/project/src/project_file.py", line 279,...

bug

### Is your feature request related to a problem? The example from the usage page we've been using takes an extremely long time to load. ### Describe the solution you'd...

### Is your feature request related to a problem? The only problem is that the functionality is split between two different repositories and ought to be condensed into a single...

## 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]...

bug
external

### Is your feature request related to a problem? No, but for background, I've rolled [custom STIX and Navigator layer generation scripts for use with an ATT&CK Navigator fork](https://github.com/mitre-atlas/atlas-navigator-data). ###...

The test coverage as of today is as follows. It would be great to get coverage up to 80% minimum for all files of substance. ![image](https://user-images.githubusercontent.com/90368810/186193051-337741dc-31c4-4feb-b5af-0f6b37ea086a.png)

### Is your feature request related to a problem? The tests take anywhere from 3-8 hours to complete. ### Describe the solution you'd like Reduce the amount of HTTP queries...