-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extend readme with webhook related note
- Loading branch information
1 parent
28eab1a
commit ddf89af
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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`. |