-
Notifications
You must be signed in to change notification settings - Fork 20
Update PHPELS Documentation #360
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
Conversation
| ```json | ||
| { | ||
| "repositories": [ | ||
| { | ||
| "type": "composer", | ||
| "url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/", | ||
| "canonical": false | ||
| } | ||
| ] | ||
| } | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ```json | |
| { | |
| "repositories": [ | |
| { | |
| "type": "composer", | |
| "url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/", | |
| "canonical": false | |
| } | |
| ] | |
| } | |
| ``` | |
| <CodeWithCopy> | |
| ```text | |
| { | |
| "repositories": [ | |
| { | |
| "type": "composer", | |
| "url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/", | |
| "canonical": false | |
| } | |
| ] | |
| } |
| If you encounter dependency resolution errors like: | ||
| "packages from higher priority repository do not match your constraint" | ||
|
|
||
| This occurs when your project requires a version of a dependency that is not yet available in the TuxCare repository. | ||
|
|
||
| SOLUTION: Update your `composer.json` to set the TuxCare repository as non-canonical: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| If you encounter dependency resolution errors like: | |
| "packages from higher priority repository do not match your constraint" | |
| This occurs when your project requires a version of a dependency that is not yet available in the TuxCare repository. | |
| SOLUTION: Update your `composer.json` to set the TuxCare repository as non-canonical: | |
| If you encounter dependency resolution errors like: | |
| `packages from higher priority repository do not match your constraint` | |
| it usually means your project requires a package version that is not yet available in the TuxCare repository. | |
| **Solution**: Update your `composer.json` to set the TuxCare repository as non-canonical: |
|
|
||
| ## Supported Versions | ||
|
|
||
| * **Dompdf** 1.2.2, 0.8.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * **Dompdf** 1.2.2, 0.8.6 | |
| * **Dompdf** 0.8.6, 1.2.2 |
|
|
||
| VEX is a machine-readable format that tells you if a known vulnerability is actually exploitable in your product. It reduces false positives and helps prioritize real risks. | ||
|
|
||
| TuxCare provides VEX for Dompdf ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_php/dompdf/](https://security.tuxcare.com/vex/cyclonedx/els_lang_php/dompdf/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gives me 404
|
|
||
| <TableTabs label="Choose Dompdf version: "> | ||
|
|
||
| <template #Dompdf1.2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <template #Dompdf1.2> | |
| <template #Dompdf_1.2> |
|
|
||
| VEX is a machine-readable format that tells you if a known vulnerability is actually exploitable in your product. It reduces false positives and helps prioritize real risks. | ||
|
|
||
| TuxCare provides VEX for League CommonMark ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_php/league-commonmark/](https://security.tuxcare.com/vex/cyclonedx/els_lang_php/league-commonmark/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
404
|
|
||
| <TableTabs label="Choose Symfony component: " > | ||
|
|
||
| <template #SymfonyProcess> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <template #SymfonyProcess> | |
| <template #Symfony_Process> |
|
|
||
| </template> | ||
|
|
||
| <template #SymfonyHttpFoundation> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <template #SymfonyHttpFoundation> | |
| <template #Symfony_HttpFoundation> |
No description provided.