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
overloading in places with 'RiskAssessment' and other places with 'Description'
[optional]
fixed_version
str
[optional]
link
str
[optional]
products
List[str]
[optional]
references
List[str]
[optional]
release_date
str
[optional]
severity
str
[optional]
summary
str
[optional]
title
str
[optional]
Example
fromvulncheck_sdk.models.advisory_atlassian_advisoryimportAdvisoryAtlassianAdvisory# TODO update the JSON string belowjson="{}"# create an instance of AdvisoryAtlassianAdvisory from a JSON stringadvisory_atlassian_advisory_instance=AdvisoryAtlassianAdvisory.from_json(json)
# print the JSON string representation of the objectprint(AdvisoryAtlassianAdvisory.to_json())
# convert the object into a dictadvisory_atlassian_advisory_dict=advisory_atlassian_advisory_instance.to_dict()
# create an instance of AdvisoryAtlassianAdvisory from a dictadvisory_atlassian_advisory_from_dict=AdvisoryAtlassianAdvisory.from_dict(advisory_atlassian_advisory_dict)