From 06bc1752e18d3814f36b3061ff429b9786cf2a31 Mon Sep 17 00:00:00 2001 From: Eduard Filip Date: Thu, 12 Dec 2024 18:14:52 +0100 Subject: [PATCH] Update bug bounty process (#113) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3180272..8188107 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ Check the [Python Connect SDK Example](example/README.md) to see an example of i export OP_CONNECT_HOST= && \ export OP_CONNECT_TOKEN= ``` - + 2.1 If you need a higher timeout on the client requests you can export `OP_CONNECT_CLIENT_REQ_TIMEOUT` environment variable: + ```sh # set the timeout to 90 seconds export OP_CONNECT_CLIENT_REQ_TIMEOUT=90 @@ -94,6 +95,4 @@ For more examples of how to use the SDK, check out [USAGE.md](USAGE.md). 1Password requests you practice responsible disclosure if you discover a vulnerability. -Please file requests via [**BugCrowd**](https://bugcrowd.com/agilebits). - -For information about security practices, please visit the [1Password Bug Bounty Program](https://bugcrowd.com/agilebits). +Please file requests by sending an email to bugbounty@agilebits.com.