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

[Security] CVE Patch #390

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

[Security] CVE Patch #390

wants to merge 3 commits into from

Conversation

slord399
Copy link

@slord399 slord399 commented Apr 5, 2025

This is just patch to avoid known CVE issued by redis,mongo and postgres which mainly RCE.

Those version be tested over week on our production enviroment and not cause any harm with current implement in use.

=Ref=
redis
mongo
postgres

=Note=
RabbitMQ also better to get patched to newer but it would require some code edit which more likely going to take times so I left as it is this time.

To patch CVE
@@ -1,6 +1,6 @@
services:
feed-requests-redis-cache:
image: redis:7.0.7-alpine
image: redis:7.4.2

Choose a reason for hiding this comment

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

Missed alpine?

Copy link
Author

Choose a reason for hiding this comment

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

ah yeah, let me add it

@@ -24,7 +24,7 @@ services:
command: mongod --port 27017
logging:
driver: none
image: mongo:7.0.2
image: mongo:8.0.5
Copy link
Owner

Choose a reason for hiding this comment

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

Can this be downgraded to the latest available version of v7 to keep this within the scope of patching? While I'm not opposed to major version upgrades, I believe it would be prudent to involve some more rigorous testing - something that I unfortunately lack the bandwidth for at the moment

Copy link
Owner

@synzen synzen left a comment

Choose a reason for hiding this comment

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

Thanks for the patch - I only have one request for changes

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

Successfully merging this pull request may close these issues.

3 participants