Skip to content

Commit

Permalink
Security doc update (#3043)
Browse files Browse the repository at this point in the history
* documentation updates

* adding more logs

* adding more logs

* remove M1 docs

* merged Security docs

* changing table
  • Loading branch information
udaij12 committed Mar 26, 2024
1 parent f33be46 commit 0fc9ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 48 deletions.
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Version | Supported |
|---------| ------------------ |
| 0.9.0 | :white_check_mark: |
| 0.10.0 | :white_check_mark: |


## How we do security
Expand Down Expand Up @@ -44,6 +44,7 @@ TorchServe as much as possible relies on automated tools to do security scanning
- Encoding: Convert special characters into safe representations.
- 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)).
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.
8. TorchServe supports token authorization: check [documentation](https://github.com/pytorch/serve/blob/master/docs/token_authorization_api.md) for more information.



Expand Down
47 changes: 0 additions & 47 deletions docs/Security.md

This file was deleted.

0 comments on commit 0fc9ee7

Please sign in to comment.