Skip to content

Commit 9e83968

Browse files
committed
♻️ Use Authenticatable contract instead of Model 🔒 CVE-2019-18888 ✏️ Typoes on ImpersonateManager
1 parent fc567e0 commit 9e83968

File tree

4 files changed

+573
-575
lines changed

4 files changed

+573
-575
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Laravel Impersonate Changelog
22

3+
## 1.5.0
4+
5+
### Changed
6+
7+
- Events uses `Illuminate\Contracts\Auth\Authenticatable` instead of `Illuminate\Database\Eloquent\Model` [#92](https://github.com/404labfr/laravel-impersonate/pull/92)
8+
- PHPDoc and return values for `ImpersonateManager`
9+
10+
### Fixed
11+
12+
- Security issue for `symfony/http-foundation` ([CVE-2019-18888](https://github.com/advisories/GHSA-xhh6-956q-4q69))
13+
314
## 1.4.3
415

516
### Fixed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"require-dev": {
2121
"phpunit/phpunit": "^7.5 | ^8.0",
2222
"orchestra/testbench": "^3.8 | ^4.0",
23-
"orchestra/database": "^3.8 | ^4.0"
23+
"orchestra/database": "^3.8 | ^4.0",
24+
"symfony/mime": ">=4.3.8",
25+
"symfony/http-foundation": ">=4.3.8"
2426
},
2527
"license": "MIT",
2628
"authors": [

0 commit comments

Comments
 (0)