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
Version in which the vulnerability was introduced or is present
[optional]
fixed_in
str
Version in which the vulnerability was fixed
[optional]
direct_url
str
Link to the vulnerability advisory
[optional]
Example
fromhostinger_api.models.word_press_v1_common_vulnerability_resourceimportWordPressV1CommonVulnerabilityResource# TODO update the JSON string belowjson="{}"# create an instance of WordPressV1CommonVulnerabilityResource from a JSON stringword_press_v1_common_vulnerability_resource_instance=WordPressV1CommonVulnerabilityResource.from_json(json)
# print the JSON string representation of the objectprint(WordPressV1CommonVulnerabilityResource.to_json())
# convert the object into a dictword_press_v1_common_vulnerability_resource_dict=word_press_v1_common_vulnerability_resource_instance.to_dict()
# create an instance of WordPressV1CommonVulnerabilityResource from a dictword_press_v1_common_vulnerability_resource_from_dict=WordPressV1CommonVulnerabilityResource.from_dict(word_press_v1_common_vulnerability_resource_dict)