You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See pact-foundation/pact_broker#742 for detail
This allows the pact broker image to be updated with the latest updates outside of Sinatra, whilst work is required in pact_broker to resolve.
* fix(audit): skip cve-2024-21510
See pact-foundation/pact_broker#742 for detail
This allows the pact broker image to be updated with the latest updates outside of Sinatra, whilst work is required in pact_broker to resolve.
🤖 Great news! We've labeled this issue as smartbear-supported and created a tracking ticket in PactFlow's Jira (PACT-2960). We'll keep work public and post updates here. Meanwhile, feel free to check out our docs. Thanks for your patience!
Scope
This ticket aims to documents the steps required to upgrade the Pact Broker Application to support Rack 3.
Rationale
The Ruby Rack gem has had a major bump to version 3.
https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md
The Pact Broker has dependencies on projects which use Rack, namely webmachine and Sinatra
pact_broker/pact_broker.gemspec
Line 58 in 476af02
pact_broker/Gemfile
Line 11 in 476af02
Sinatra supports Rack 3, in version 4.x+ however Webmachine does not yet support Rack 3 which impedes our progress.
Affected Issues
Work required
TBC
The text was updated successfully, but these errors were encountered: