Skip to content

Commit

Permalink
extend readme with webhook related note
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Aug 28, 2023
1 parent 28eab1a commit ddf89af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ This contains key golang libraries for Forta services.
## Bug Bounty

We have a [bug bounty program on Immunefi](https://immunefi.com/bounty/forta). Please report any security issues you find through the Immunefi dashboard, or reach out to [[email protected]](mailto:[email protected])

## Webhook

To extend the client models with new fields, please do not modify generated code directly and instead

1. update `protocol/webhook/swagger.yml`,
2. do `make swagger`

and the code will be regenerated by taking into account the latest shape of `swagger.yml`.

0 comments on commit ddf89af

Please sign in to comment.