1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 01:24:17 +02:00

Fix XSS if Adminer is accessible at URL /data:

This commit is contained in:
Jakub Vrana
2019-10-22 08:30:32 +02:00
parent 3310e18efa
commit 789ebc07bd
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
Adminer 4.7.4-dev:
Fix XSS if Adminer is accessible at URL /data:
Adminer 4.7.3 (released 2019-08-27):
Allow editing foreign keys pointing to tables in other database/schema (bug #694)