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

Update pgjdbc to fix SQL injection vuln #1345

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

skovati
Copy link
Contributor

@skovati skovati commented Feb 21, 2024

Security scans were failing as of this morning due to a newly reported SQL injection vulnerability. Looks like Aerie did not use the PreferQueryMode=SIMPLE mode, so we aren't affected, but this will clear up our scans to avoid missing other alerts.

Updates pgjdbc to the patched version, 46.2.1

See the following for more info:
https://github.com/NASA-AMMOS/aerie/security
GHSA-xfg6-62px-cxc2

@skovati skovati added database Anything related to the database security A change that addresses a security concern labels Feb 21, 2024
@skovati skovati self-assigned this Feb 21, 2024
@skovati skovati requested a review from a team as a code owner February 21, 2024 18:18
@skovati skovati force-pushed the security/update-pgjdbc-46.2.1 branch from 76a1c8a to 4d12705 Compare February 21, 2024 18:18
@skovati skovati merged commit ea5fa81 into develop Feb 21, 2024
6 checks passed
@skovati skovati deleted the security/update-pgjdbc-46.2.1 branch February 21, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Anything related to the database security A change that addresses a security concern
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants