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

CWE-319 - Insecure connection using unencrypted protocol #889

Open
keironlowe-edriving opened this issue Oct 9, 2024 · 0 comments
Open

Comments

@keironlowe-edriving
Copy link

keironlowe-edriving commented Oct 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant