Advisory Credit
| action | Description | Sample | Rule |
|---|---|---|---|
| advisory_ | Credit was accepted for a security advisory. | Y | N |
| advisory_ | Someone was added to the credit section of a security advisory. | Y | N |
| advisory_ | Credit was declined for a security advisory. | N | N |
| advisory_ | Someone was removed from the credit section of a security advisory. | N | N |
advisory_credit.accept
#Description
Credit was accepted for a security advisory.
Documented on GitHub's enterprise audit log reference.Example Audit Log Entry #
{
"org_id": 9000008,
"repo_id": 9000009,
"actor_id": 9000010,
"created_at": 1783936057807.0,
"business_id": 9000005,
"public_repo": true,
"actor_is_bot": false,
"org": "example-org",
"repo": "user/example-repo",
"actor": "user",
"action": "advisory_credit.accept",
"ghsa_id": 9000011,
"business": "example-business",
"recipient": "user",
"request_id": 9000012,
"user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/ip-redacted Safari/537.36",
"operation_type": "modify"
}
References #
advisory_credit.create
#Description
Someone was added to the credit section of a security advisory.
Documented on GitHub's enterprise audit log reference.Example Audit Log Entry #
{
"org_id": 9000008,
"repo_id": 9000013,
"actor_id": 9000014,
"token_id": 9000015,
"created_at": 1781910954451.0,
"business_id": 9000005,
"public_repo": true,
"actor_is_bot": false,
"org": "example-org",
"repo": "user/example-repo",
"actor": "user",
"action": "advisory_credit.create",
"ghsa_id": 9000016,
"business": "example-business",
"recipient": "user",
"request_id": 9000017,
"user_agent": "weekly-reporter",
"hashed_token": "U1lOVEhFVElDX1RPS0VOX0hBU0hfMDAwMg==",
"token_scopes": "admin:enterprise,admin:gpg_key,admin:org,admin:org_hook,admin:public_key,admin:repo_hook,admin:ssh_signing_key,audit_log,codespace,copilot,delete:packages,delete_repo,gist,notifications,project,repo,user,workflow,write:discussion,write:network_configurations,write:packages",
"operation_type": "create",
"programmatic_access_type": "Personal access token (classic)"
}
References #
advisory_credit.decline
#Description
Credit was declined for a security advisory.
Documented on GitHub's enterprise audit log reference.
advisory_credit.destroy
#Description
Someone was removed from the credit section of a security advisory.
Documented on GitHub's enterprise audit log reference.