You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Companies can more safely use Botocore if the package is published with digital attestations according to PEP 740 (https://peps.python.org/pep-0740/).
Hence, boto3 should be published with digital attestations.
Use Case
I want to make sure that the boto3 package on pypi has not been replaced by malicious actors and that the version I download follows certain quality standards.
Proposed Solution
Implement a publishing CI/CD pipeline that generates and uploads digital attestations.
Describe the feature
Botocore is used by many companies in various projects (https://trailofbits.github.io/are-we-pep740-yet/).
Companies can more safely use Botocore if the package is published with digital attestations according to PEP 740 (https://peps.python.org/pep-0740/).
Hence, boto3 should be published with digital attestations.
Use Case
I want to make sure that the boto3 package on pypi has not been replaced by malicious actors and that the version I download follows certain quality standards.
Proposed Solution
Implement a publishing CI/CD pipeline that generates and uploads digital attestations.
Example:
https://docs.pypi.org/attestations/
Other Information
No response
Acknowledgements
SDK version used
1.36.15
Environment details (OS name and version, etc.)
Does not depend on an environment
The text was updated successfully, but these errors were encountered: