-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update h5p/h5p-editor dependency #187
Update h5p/h5p-editor dependency #187
Conversation
There are some braking changes we need to adapt in our code as you can see why test are failing |
Thanks @qunabu , I'm happy to take a look at the breaking changes if that's okay with you. Can you share your process for running the tests locally? |
|
Thanks for this update. I made some notes below on the related failing tests for reference. Feel free to close the PR if you'd prefer not to wait for the tag. Failing TestsApi\AjaxLibraryApiTest::testAjaxUploadLibraryAdminCall to undefined method H5PCore::libraryToFolderName() in vendor/h5p/h5p-editor/h5peditor.class.php:628
Api\LibraryLanguageApiTest::testGetEditorLibraryShouldUpdateTranslationFromLocalRepoCall to undefined method H5PCore::libraryToFolderName() in vendor/h5p/h5p-editor/h5peditor.class.php:406
|
@daVitekPL can you have a look on those ? please merge or close this |
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
9556662 | Triggered | Generic Password | d4f05cf | .github/workflows/phpstan.yml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
I am closing this PR because I created a new PR where I updated |
This PR updates the
h5p/h5p-editor
dependency to1.25
in order to remove the deprecation warnings when running on PHP 8.0 or higher.This PR will close #172