-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TASK] !!! Make extension TYPO3 12 compatible #777
base: master
Are you sure you want to change the base?
Conversation
Using new API for registering backend modules Register Icon for backend module via new Icons.php
# Conflicts: # Configuration/Backend/Modules.php
Reworked the whole JS GUI Removed deprecated code Updated this extension to TYPO3 12 and PHP > 8.1
} | ||
|
||
// Aktualisiere den letzten Teil des Pfads | ||
currentPart[pathParts[pathParts.length - 1]] = value; |
Check warning
Code scanning / CodeQL
Prototype-polluting function Medium
here
currentPart
} | ||
|
||
// Aktualisiere den letzten Teil des Pfades | ||
currentPart[pathParts[pathParts.length - 1]] = value; |
Check warning
Code scanning / CodeQL
Prototype-polluting function Medium
here
currentPart
} | ||
currentProperty = currentProperty[pathParts[i]]; | ||
} | ||
currentProperty[pathParts[pathParts.length - 1]] = value; |
Check warning
Code scanning / CodeQL
Prototype-polluting function Medium
here
currentProperty
} | ||
data = data[pathParts[i]]; | ||
} | ||
data[pathParts[pathParts.length - 1]] = value; |
Check warning
Code scanning / CodeQL
Prototype-polluting function Medium
here
data
} | ||
}; | ||
console.log("modul"); | ||
console.log(module); |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
an access to typePassword
This logs sensitive data returned by
an access to renderPasswordGenerator
This logs sensitive data returned by
an access to renderPasswordGenerator
replace SpycYAMLParser with Symfony Yaml parser, fix #755
() must be used to avoid still notices
This patch ensures that all fields that can occur within properties are written in the same way. In this way, values are retained when saving and reloading, for example.
# Conflicts: # Build/Sources/components/ReactFlow/CustomModelNode.jsx # Build/Sources/helper/converter/convertModulesToNodes.js # Documentation/ChangeLog/12-0-0.rst
135b509
to
62c8064
Compare
No description provided.