Advisory Credit

actionDescriptionSampleRule
advisory_credit.acceptCredit was accepted for a security advisory.YN
advisory_credit.createSomeone was added to the credit section of a security advisory.YN
advisory_credit.declineCredit was declined for a security advisory.NN
advisory_credit.destroySomeone was removed from the credit section of a security advisory.NN

advisory_credit.accept

#
Category
advisory-credit

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

#
Category
advisory-credit

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

#
Category
advisory-credit

Description

Credit was declined for a security advisory.

Documented on GitHub's enterprise audit log reference.

advisory_credit.destroy

#
Category
advisory-credit

Description

Someone was removed from the credit section of a security advisory.

Documented on GitHub's enterprise audit log reference.