-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: gofiber/fiber
base: v2.52.4
head repository: gofiber/fiber
compare: v2.52.5
- 15 commits
- 17 files changed
- 5 contributors
Commits on Apr 3, 2024
-
Add a new benchmark that tests the simple flow
this will be used later to make differences with version 3 directly visible
Configuration menu - View commit details
-
Copy full SHA for 96330a6 - Browse repository at this point
Copy the full SHA 96330a6View commit details -
Add a new benchmark that tests the ctx acquire and release flow
this will be used later to make differences with version 3 directly visible
Configuration menu - View commit details
-
Copy full SHA for f098e2b - Browse repository at this point
Copy the full SHA f098e2bView commit details -
Add a new benchmark that tests the ctx acquire and release flow
this will be used later to make differences with version 3 directly visible
Configuration menu - View commit details
-
Copy full SHA for d0c8f8c - Browse repository at this point
Copy the full SHA d0c8f8cView commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab382cd - Browse repository at this point
Copy the full SHA ab382cdView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef56169 - Browse repository at this point
Copy the full SHA ef56169View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3eb80 - Browse repository at this point
Copy the full SHA 6c3eb80View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c9510d - Browse repository at this point
Copy the full SHA 6c9510dView commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 232c0fa - Browse repository at this point
Copy the full SHA 232c0faView commit details
Commits on Jun 24, 2024
-
fix: monitor middleware reporting of CPU usage (#2984)
monitPIDCPU should be transient, not persistent. Co-authored-by: Juan Calderon-Perez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4262f5b - Browse repository at this point
Copy the full SHA 4262f5bView commit details
Commits on Jun 26, 2024
-
Merge pull request from GHSA-98j2-3j3p-fw2v
* fix: token injection vulnerability GHSA-98j2-3j3p-fw2v - Ensure session IDs are securely generated server-side. - Add validation to prevent user-supplied session IDs. - Update tests to verify correct session token use. This update addresses the critical session middleware vulnerability identified in versions 2 and above of GoFiber. * test(middleware/csrf): Save session after generating new session ID This commit saves the session after generating a new session ID to ensure that the updated session ID is persisted. This change is necessary to address a critical session middleware vulnerability identified in versions 2 and above of GoFiber. * chore: Save session ID in context for middleware chain The code changes add functionality to save the newly generated session ID in the context, allowing it to be accessible to subsequent middlewares in the chain. This improvement ensures that the session ID is available for use throughout the middleware stack. * test: Fix session freshness check in session_test The code changes in `session_test.go` fix the session freshness check by updating the assertions for `sess.Fresh()` and `sess.ID()`. The previous assertions were incorrect and have been corrected to ensure the session ID remains the same and the session is not fresh. * refactor(session.go): general clean-up * chore: Revert session freshness behavior The code changes in `session_test.go` fix the session freshness check by updating the assertions for `sess.Fresh()` and `sess.ID()`. The previous assertions were incorrect and have been corrected to ensure the session ID remains the same and the session is not fresh.
Configuration menu - View commit details
-
Copy full SHA for 7926e5b - Browse repository at this point
Copy the full SHA 7926e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for abf8f32 - Browse repository at this point
Copy the full SHA abf8f32View commit details -
test(middleware/session): Remove extra release and aquire ctx calls i…
…n session_test.go (#3043)
Configuration menu - View commit details
-
Copy full SHA for c7bfb31 - Browse repository at this point
Copy the full SHA c7bfb31View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fa0e7c - Browse repository at this point
Copy the full SHA 6fa0e7cView commit details
Commits on Jun 30, 2024
-
fix(middleware/session): mutex for thread safety (#3050)
* chore: Remove extra release and acquire ctx calls in session_test.go * feat: Remove unnecessary session mutex lock in decodeSessionData function * chore: Refactor session benchmark tests * fix(middleware/session): mutex for thread safety * feat: Add session mutex lock for thread safety * chore: Refactor releaseSession mutex
Configuration menu - View commit details
-
Copy full SHA for 66a8814 - Browse repository at this point
Copy the full SHA 66a8814View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 6968d51 - Browse repository at this point
Copy the full SHA 6968d51View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.52.4...v2.52.5