integration-platform-example icon indicating copy to clipboard operation
integration-platform-example copied to clipboard

An example kanban application which explores the ways developers can build apps on Sentry's integration platform

Results 4 integration-platform-example issues
Sort by recently updated
recently updated
newest added

A small fix to use a constant-time comparison on the HMAC signatures for the webhook payloads. Using the constant-time compare will help defend against timing attacks.

### Environment What version are you running? Etc. ### Steps to Reproduce 1. We created a public integration and installed it 2. the redirect URL took us to the ACME...

### Environment Node.js 18 ### Steps to Reproduce 1. Implemented integration following TS example. ``` function getSignatureBody(req: Request): string { const stringifiedBody = JSON.stringify(req.body); // HACK: This is necessary since...

bug

> Program do namierzania numeru w IP > > > > _Originally posted by @damdlugolecki-ux in [238068e](https://github.com/getsentry/integration-platform-example/commit/238068e36172082dd45e063da8d556525f2ffd03#r168332410)