Skip to content
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

Draft
wants to merge 133 commits into
base: master
Choose a base branch
from

Conversation

PKuhlmay
Copy link
Collaborator

@PKuhlmay PKuhlmay commented Apr 5, 2024

No description provided.

Philipp Kuhlmay and others added 30 commits March 19, 2023 10:11
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

The property chain
here
is recursively assigned to
currentPart
without guarding against prototype pollution.
}

// Aktualisiere den letzten Teil des Pfades
currentPart[pathParts[pathParts.length - 1]] = value;

Check warning

Code scanning / CodeQL

Prototype-polluting function Medium

The property chain
here
is recursively assigned to
currentPart
without guarding against prototype pollution.
}
currentProperty = currentProperty[pathParts[i]];
}
currentProperty[pathParts[pathParts.length - 1]] = value;

Check warning

Code scanning / CodeQL

Prototype-polluting function Medium

The property chain
here
is recursively assigned to
currentProperty
without guarding against prototype pollution.
}
data = data[pathParts[i]];
}
data[pathParts[pathParts.length - 1]] = value;

Check warning

Code scanning / CodeQL

Prototype-polluting function Medium

The property chain
here
is recursively assigned to
data
without guarding against prototype pollution.
}
};
console.log("modul");
console.log(module);

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This logs sensitive data returned by
an access to typePassword
as clear text.
This logs sensitive data returned by
an access to renderPasswordGenerator
as clear text.
This logs sensitive data returned by
an access to renderPasswordGenerator
as clear text.
@PKuhlmay PKuhlmay changed the title Typo3 12 reactjs [!!!TASK] Make extension TYPO3 12 compatible Apr 5, 2024
@PKuhlmay PKuhlmay changed the title [!!!TASK] Make extension TYPO3 12 compatible [TASK] !!! Make extension TYPO3 12 compatible Apr 5, 2024
@github-actions github-actions bot added bug Something isn't working documentation Improvements or additions to documentation maintenance labels Apr 5, 2024
composer.json Outdated Show resolved Hide resolved
@PKuhlmay PKuhlmay force-pushed the master branch 2 times, most recently from 135b509 to 62c8064 Compare August 9, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants