You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A ASA with all its associated fields is currently not available in a machine readable format, but only as text.
Any ASA can currently be mostly recreated with machine-readable endpoints by
retrieving the AVG json associated with an ASA
retrieving all associated CVE json from the AVG
And even then the ASA impact would still be missing.
To rebuild all 1208 ASAs =>
1 request for all_AVG json + 122 AVG missing from AVG_json + 6322 unique CVE that are part of an ASA = 6445 requests
vs 1208 if there was a machine readable ASA endpoint.