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
aws-config = { version = "=1.8.12" } # AWS SDK configuration - LOW RISK: Official AWS SDK, actively maintained
94
-
aws-lc-rs = { version = "=1.16.1" } # AWS-LC dependency pinned because of an earlier version vulnerability - LOW RISK: Official AWS SDK
94
+
aws-lc-rs = { version = "=1.16.2" } # AWS-LC dependency pinned because of an earlier version vulnerability - LOW RISK: Official AWS SDK
95
95
aws-nitro-enclaves-nsm-api = { version = "=0.4.0" } # AWS Nitro Enclaves NSM API - LOW RISK: Official AWS SDK
96
96
aws-sdk-kms = { version = "=1.98.0" } # AWS KMS client - LOW RISK: Official AWS SDK for key management
97
97
aws-sdk-s3 = { version = "=1.120.0" } # AWS S3 client - LOW RISK: Official AWS SDK for object storage
98
-
aws-smithy-runtime = { version = "=1.10.3", features = ["client", "connector-hyper-0-14-x"] } # AWS Smithy runtime - LOW RISK: Official AWS runtime library
98
+
aws-smithy-runtime = { version = "=1.10.3", features = ["client", "connector-hyper-0-14-x"] } # AWS Smithy runtime - LOW RISK: Official AWS runtime library. Remove "connector-hyper-0-14-x" when possible as it introduces a potential vulnerability.
99
99
aws-smithy-runtime-api = { version = "=1.11.6" } # AWS Smithy runtime API - LOW RISK: Official AWS runtime API
100
100
aws-smithy-types = { version = "=1.4.6" } # AWS Smithy types - LOW RISK: Official AWS type definitions
101
101
axum = { version = "=0.8.8", features = ["tokio"] } # Web framework - LOW RISK: tokio-rs team, 168M+ downloads, actively maintained
0 commit comments