Skip to content

Commit 5725b07

Browse files
docs: correct attribution in changelog for security fix
Credit Joshua Rogers (@MegaManSec) as the original author who discovered and fixed the OAuth parameter injection vulnerability in PR #2381. This corrects an attribution error in PR #2413 where the commit message incorrectly credited a different person.
1 parent df23995 commit 5725b07

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [Unreleased](https://github.com/auth0/nextjs-auth0/tree/HEAD)
4+
5+
**Security**
6+
- Prevent OAuth parameter injection via returnTo parameter [\#2413](https://github.com/auth0/nextjs-auth0/pull/2413)
7+
- Security issue discovered and fixed by **Joshua Rogers ([@MegaManSec](https://github.com/MegaManSec))** in [\#2381](https://github.com/auth0/nextjs-auth0/pull/2381)
8+
- Added comprehensive unit test coverage
9+
- URL encodes returnTo parameter to prevent injection of OAuth parameters
10+
311
## [v4.12.1](https://github.com/auth0/nextjs-auth0/tree/v4.12.1) (2025-11-13)
412
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.12.0...v4.12.1)
513

0 commit comments

Comments
 (0)