bulwark
bulwark copied to clipboard
Missing test cases for matchit library update
trafficstars
The update to the matchit library from version 0.7.3 to 0.8.2 in PR #286 introduced breaking changes that were not detected by the existing tests.
The lack of test coverage for these changes caused issues with router behavior, which led to the need to revert the update in PR #294.
Additional test cases are needed to prevent similar issues in the future.
References:
- PR #286: https://github.com/bulwark-security/bulwark/pull/286
- PR #294: https://github.com/bulwark-security/bulwark/pull/294
Please address these gaps in test coverage to ensure that future updates to the matchit library do not cause similar issues.