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

fix(snyk code): Sanitize some input to fix a snyk finding #473

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

mdial89f
Copy link
Contributor

Purpose

Fix most of our snyk code findings.

Linked Issues to Close

Closes https://qmacbis.atlassian.net/browse/OY2-26799

Approach

The majority of our findings were around unsanitized input being executed. This fixes that.
This also fixes an issue with the follow-redirects package.

There is an outstanding issue with serverless-running-stages that cannot be fixed, and also with serverless-step-functions. As both of these are not deployed to the application, and just used in deployment, I suggest we ignore them.

Assorted Notes/Considerations/Learning

N/A

Copy link
Collaborator

@13bfrancis 13bfrancis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@13bfrancis 13bfrancis merged commit af1f3f4 into master Mar 28, 2024
18 checks passed
Copy link
Contributor

github-actions bot commented Apr 1, 2024

🎉 This PR is included in version 1.5.0-val.21 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants