Since our framework heavily relies on PyTorch, we invite users to be aware about using PyTorch securely.
- Block sensitive data being pushed to GitHub by git-secrets or its likes as a git pre-commit hook
- Audit for slipped secrets with dedicated tools
- Use environment variables for secrets in CI/CD (e.g. GitHub Secrets) and secret managers in production
As of today, only the latest version is being supported with security updates.
If you believe you have found a security vulnerability in scio, we encourage you to report it in a dedicated security issue or to contact oss@thalesgroup.com right away. It is important that every publicly shared concern remain high-level as to avoid spreading exploitation steps.
We will investigate all legitimate reports and do our best to quickly fix the problem.
If a security vulnerability is found, users can expect a related tracking announcement. Further releases will also mitigate the problem, possibly by removing related features until a proper fix is implemented.
None