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
>>> result = parse_advisory_data(advisory, "golang", "github.com/grafana/grafana")
164
-
>>> result.advisory_id
165
-
'GHSA-7rqg-hjwc-6mjf'
166
-
>>> result.aliases
167
-
['CVE-2023-22462']
168
-
>>> result.summary
169
-
'Stored XSS in Text plugin'
130
+
Version ranges from the API (space-separated constraints) are normalized to comma-separated format before being passed to ``build_range_from_github_advisory_constraint``.
0 commit comments