Jared Ondricek

Results 27 issues of Jared Ondricek

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

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

This PR may supersede #374 but needs to be double-checked

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)

attackToExcel is great and all, but sometimes CSV is useful. Could we have it in this library as well? Especially since the attack-scripts repo is going to be archived soon....

Over on the repository there is a [Usage.md](https://github.com/mitre/cti/blob/master/USAGE.md#accessing-attck-data-in-python) file that has information on "Accessing ATT&CK data in python". This section should be brought over to this repository's documentation since this...

We have a dependency on drawSvg both in the [requirements-dev.txt](https://github.com/mitre-attack/mitreattack-python/blob/master/requirements-dev.txt#L5) and [setup.py](https://github.com/mitre-attack/mitreattack-python/blob/master/setup.py#L43) files. It is used in the [mitreattack/navlayers](https://github.com/mitre-attack/mitreattack-python/tree/master/mitreattack/navlayers) section of the library, specifically in the [svg_templates.py](https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/exporters/svg_templates.py#L7) and [svg_objects.py](https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/exporters/svg_objects.py#L3) files....

When attack.mitre.org has a banner (which is not all the time) and you print a page, the banner gets its very own separate page. Not a huge deal, but if...

It would be great to be able to get the results of the `stix2validator.print_results()` function as a string representation. Take the base example currently in the Readme: ```python from stix2validator...

If this were available via the REST API then specific security events like "new admin account created", "user account deactivated" or "new API key added" could be added to a...