GitHub
list_org_repository_security_advisories
List repository security advisories for a GitHub organization.
Remote github
Other tools also called list_org_repository_security_advisories?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"org": {
"type": "string",
"description": "The organization login."
},
"sort": {
"enum": [
"created",
"updated",
"published"
],
"type": "string",
"description": "Sort field."
},
"state": {
"enum": [
"triage",
"draft",
"published",
"closed"
],
"type": "string",
"description": "Filter by advisory state."
},
"direction": {
"enum": [
"asc",
"desc"
],
"type": "string",
"description": "Sort direction."
}
}
}