SecurityRiskAdvisors / VECTR

VECTR is a tool that facilitates tracking of your red and blue team testing activities to measure detection and prevention capabilities across different attack scenarios
1.36k stars 161 forks source link

API not pulling tag information #123

Closed OffsecChuck closed 3 years ago

OffsecChuck commented 3 years ago

Can not get the API to return any tag data { id, name, tagColor } from any section of the API. Can determine there are tags by counting the number of empty vs null returns. Have read all of the schema, examples, etc with no luck.

'{"query":"query { assessment(db: \"Database\", id:\"an id\") { id, name, tags {id, name }}}","variables":{}}

Returns "tags" : [] or "tags": [None,None]

Read the wiki, manuals, etc and haven't found a work around to pull tags with the API.

carlvonderheid commented 3 years ago

Thanks for finding this, confirming as a bug. We will fix in the next release.

carlvonderheid commented 3 years ago

Fixed in version 6.2.2