Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 906 Bytes

File metadata and controls

19 lines (11 loc) · 906 Bytes

⚠️ WARNING: This package is deprecated and is no longer maintained. If you need a package previously available from this repository, please migrate and adapt with a pull request in core-go.

Go

forta-core-go

This contains key golang libraries for Forta services.

Bug Bounty

We have a bug bounty program on Immunefi. Please report any security issues you find through the Immunefi dashboard, or reach out to tech@forta.org

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.