swimlane / pyattck

A Python package to interact with the Mitre ATT&CK Framework
MIT License
468 stars 87 forks source link

Update datasource.py #106

Closed Isober closed 2 years ago

Isober commented 2 years ago

Added missing components that were introduced in ATT&CK Version 11 that are required when fetching technique.data_sources

driesbuyck commented 2 years ago

I noticed an issue in that **item isn't containing the attribute x_mitre_domains When I comment out #x_mitre_domains = attr.ib() in datasource.py, class AttckDataComponent, it works fine.

MSAdministrator commented 2 years ago

I’ll hopefully be merging this along with some additional updates this week. I’ll push my changes tomorrow.