Skip to content

Commit

Permalink
♻️ Use Authenticatable contract instead of Model 🔒 CVE-2019-18888 ✏️ …
Browse files Browse the repository at this point in the history
…Typoes on ImpersonateManager
  • Loading branch information
MarceauKa committed Dec 17, 2019
1 parent fc567e0 commit 9e83968
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 575 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Laravel Impersonate Changelog

## 1.5.0

### Changed

- Events uses `Illuminate\Contracts\Auth\Authenticatable` instead of `Illuminate\Database\Eloquent\Model` [#92](https://github.com/404labfr/laravel-impersonate/pull/92)
- PHPDoc and return values for `ImpersonateManager`

### Fixed

- Security issue for `symfony/http-foundation` ([CVE-2019-18888](https://github.com/advisories/GHSA-xhh6-956q-4q69))

## 1.4.3

### Fixed
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"require-dev": {
"phpunit/phpunit": "^7.5 | ^8.0",
"orchestra/testbench": "^3.8 | ^4.0",
"orchestra/database": "^3.8 | ^4.0"
"orchestra/database": "^3.8 | ^4.0",
"symfony/mime": ">=4.3.8",
"symfony/http-foundation": ">=4.3.8"
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit 9e83968

Please sign in to comment.