build: ver_0.337 - CSRF protection admin panel
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
BIN
updates/0.30/ver_0.337.zip
Normal file
BIN
updates/0.30/ver_0.337.zip
Normal file
Binary file not shown.
27
updates/0.30/ver_0.337_manifest.json
Normal file
27
updates/0.30/ver_0.337_manifest.json
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"changelog": "Ochrona CSRF panelu administracyjnego: tokeny we wszystkich formularzach, walidacja w FormRequestHandler i special_actions, regeneracja po logowaniu",
|
||||||
|
"version": "0.337",
|
||||||
|
"files": {
|
||||||
|
"added": [
|
||||||
|
"autoload/Shared/Security/CsrfToken.php"
|
||||||
|
],
|
||||||
|
"deleted": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"modified": [
|
||||||
|
"admin/templates/components/form-edit.php",
|
||||||
|
"admin/templates/site/unlogged-layout.php",
|
||||||
|
"admin/templates/users/user-2fa.php",
|
||||||
|
"autoload/admin/App.php",
|
||||||
|
"autoload/admin/Support/Forms/FormRequestHandler.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"checksum_zip": "sha256:2f875531682eccc61c72e76a3b4233d9b2a816897a005953b45ff732fb684dc3",
|
||||||
|
"sql": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"date": "2026-03-12",
|
||||||
|
"directories_deleted": [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
|||||||
<?
|
<?
|
||||||
$current_ver = 336;
|
$current_ver = 337;
|
||||||
|
|
||||||
for ($i = 1; $i <= $current_ver; $i++)
|
for ($i = 1; $i <= $current_ver; $i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user