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
Hello, I'm not sure if this it the correct repo, so please let me know if it's not and I'll open in the correct one. We're seeing the following vulnerability in AWS Inspector for our Serverless deployed Lambdas...
CWE-319 - Insecure connection using unencrypted protocol
Connections that use insecure protocols transmit data in cleartext. This introduces a risk of exposing sensitive data to third parties.
sls-sdk-node/wrapper.js
The http.Agent() function configures connections to transmit data in clear text. We recommend that you use https.Agent() instead to transfer data in an encrypted form.
The text was updated successfully, but these errors were encountered:
Hello, I'm not sure if this it the correct repo, so please let me know if it's not and I'll open in the correct one. We're seeing the following vulnerability in AWS Inspector for our Serverless deployed Lambdas...
The text was updated successfully, but these errors were encountered: