Skip to content

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

The property chain [here](1) is recursively assigned to [currentPart](2) 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

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

Check warning

Code scanning / CodeQL

Prototype-polluting function

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

Check warning

Code scanning / CodeQL

Prototype-polluting function

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

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

This logs sensitive data returned by [an access to typePassword](1) as clear text. This logs sensitive data returned by [an access to renderPasswordGenerator](2) as clear text. This logs sensitive data returned by [an access to renderPasswordGenerator](3) 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
@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.

7 participants