Thomas Gardner
Results
2
comments of
Thomas Gardner
This should be easier to do by switching to https://github.com/mitre-attack/attack-stix-data/ The `collections[].versions[].version` key inside [index.json](https://github.com/mitre-attack/attack-stix-data/blob/master/index.json#L7) contains each available schema version.
Thanks for adding that @ForensicITGuy ! I bet this is a [string sorting vs number sorting](https://github.com/redcanaryco/vscode-attack/blob/main/src/helpers.ts#L188) problem, and '9' is getting sorted ahead of '10'. I'll try to address this...