Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve security doc for model security check #3065

Closed
lxning opened this issue Apr 2, 2024 · 0 comments · Fixed by #3084
Closed

improve security doc for model security check #3065

lxning opened this issue Apr 2, 2024 · 0 comments · Fixed by #3084
Assignees
Labels
documentation Improvements or additions to documentation security
Milestone

Comments

@lxning
Copy link
Collaborator

lxning commented Apr 2, 2024

📚 The doc issue

The model url provided by cx potentially can contain unsafe content. Existing security lacks the summary of guidance to cx to overcome this issue.

Suggest a potential alternative/fix

TorchServe provides 3 different levels security check to address this issue. TorchServe Security doc can be updated to provide guidance for cx.

  • option1: allowed urls
  • option2: cx plugin is a flexible solution which allows cx to add the security check they prefer.
  • option3: prod infra (cloud service or internal company infra) provide AOT security check.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation security
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants