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

Resolving offset pagination bug and security fixes #38

Merged
merged 3 commits into from
Aug 4, 2023

Conversation

s7clarke10
Copy link
Contributor

This release resolves a bug affecting offset pagination. It also addresses one recent Dependabot security vulnerabilities, and a partial fix for the other.

Bug Fix:

  • Removing the defaulting of pagination_page_size to 0. This is an optional parameter.

Security Fixes:

  • pyca/cryptography's wheels include vulnerable OpenSSL
  • ReDoS in py library when used with subversion

The second security issue has been resolved by a pytest version upgrade, however it also needs an upgrade of tox to be fully resolved. Currently a Meltano SDK dependency prevents the tox being bumped to a higher version. When the SDK is updated, a bump of tox will fully resolve the - ReDoS in py library when used with subversion issue.

@jlloyd-widen jlloyd-widen merged commit a56dbf9 into Widen:main Aug 4, 2023
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.

2 participants