Skip to content
Snippets Groups Projects
Commit 3062df77 authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[BUGFIX] Check extension version number format

A false check in the TER API allowed to use
arbitrary version strings, as soon as they start
with the known `XXX.XXX.XXX` schema. This
will be fixed in TER API. However, core as receiver
should also validate the incoming data, before
storing them in the database.

Therefore, the same version number check,
which is used in the TER API, is now also
applied in the ExtensionXmlParser.

Resolves: #96209
Releases: main, 11.5, 10.4
Change-Id: I487eed34c6b25a5e3841d5263b52b9a73aaf681a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72484


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 473410a5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment