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
The GitHub App can transmit dependabot events for security_advisory
Payload snippet:
{
"action": "published",
"security_advisory": {
"ghsa_id": "GHSA-gggw-h5m3-x938",
"cve_id": null,
"summary": "Malware in eslint-plugin-artsy",
"description": "Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.",
"severity": "critical",
"identifiers": [
{
"value": "GHSA-gggw-h5m3-x938",
"type": "GHSA"
}
],
Receiving this event results in unknown X-Github-Event in message: security_advisory
This needs to be added as an event type, with message mapping
Have a PR ready to add this.
The text was updated successfully, but these errors were encountered:
The GitHub App can transmit dependabot events for
security_advisory
Payload snippet:
Receiving this event results in
unknown X-Github-Event in message: security_advisory
This needs to be added as an event type, with message mapping
Have a PR ready to add this.
The text was updated successfully, but these errors were encountered: