mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 07:49:54 +03:00
Enforced doctrine/dbal 3.1.4
This commit is contained in:
parent
dc8f5d002d
commit
ade23a9650
2 changed files with 19 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).
|
The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).
|
||||||
|
|
||||||
|
## [2.9.3] - 2021-11-15
|
||||||
|
### Added
|
||||||
|
* *Nothing*
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* *Nothing*
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
* *Nothing*
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
* *Nothing*
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* [#1232](https://github.com/shlinkio/shlink/issues/1232) Solved potential SQL injection by enforcing `doctrine/dbal` 3.1.4.
|
||||||
|
|
||||||
|
|
||||||
## [2.9.2] - 2021-10-23
|
## [2.9.2] - 2021-10-23
|
||||||
### Added
|
### Added
|
||||||
* *Nothing*
|
* *Nothing*
|
||||||
|
|
|
@ -18,7 +18,8 @@
|
||||||
"akrabat/ip-address-middleware": "^2.0",
|
"akrabat/ip-address-middleware": "^2.0",
|
||||||
"cakephp/chronos": "^2.2",
|
"cakephp/chronos": "^2.2",
|
||||||
"cocur/slugify": "^4.0",
|
"cocur/slugify": "^4.0",
|
||||||
"doctrine/migrations": "^3.3",
|
"doctrine/dbal": "^3.1.4",
|
||||||
|
"doctrine/migrations": "^3.3 <3.3.2",
|
||||||
"doctrine/orm": "^2.9",
|
"doctrine/orm": "^2.9",
|
||||||
"endroid/qr-code": "^4.2",
|
"endroid/qr-code": "^4.2",
|
||||||
"geoip2/geoip2": "^2.11",
|
"geoip2/geoip2": "^2.11",
|
||||||
|
|
Loading…
Add table
Reference in a new issue