Skip to content

Commit 1a99de4

Browse files
authored
update email (#3046)
1 parent 0fc9ee7 commit 1a99de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ TorchServe as much as possible relies on automated tools to do security scanning
4444
- Encoding: Convert special characters into safe representations.
4545
- Verification: Run tooling that identifies potential script injections (e.g. [models that detect prompt injection attempts](https://python.langchain.com/docs/guides/safety/hugging_face_prompt_injection)).
4646
7. If you intend to run multiple models in parallel with shared memory, it is your responsibility to ensure the models do not interact or access each other's data. The primary areas of concern are tenant isolation, resource allocation, model sharing and hardware attacks.
47-
8. TorchServe supports token authorization: check [documentation](https://github.com/pytorch/serve/blob/master/docs/token_authorization_api.md) for more information.
47+
8. TorchServe supports token authorization: check [documentation](https://github.com/pytorch/serve/blob/master/docs/token_authorization_api.md) for more information.
4848

4949

5050

5151

5252
## Reporting a Vulnerability
5353

54-
If you find a serious vulnerability please report it to https://www.facebook.com/whitehat and torchserve@amazon.com
54+
If you find a serious vulnerability please report it to https://www.facebook.com/whitehat and aws-security@amazon.com

0 commit comments

Comments
 (0)