Skip to content

Conversation

@bgashebr
Copy link
Contributor

No description provided.

Comment on lines +93 to +103
```json
{
"repositories": [
{
"type": "composer",
"url": "https://nexus.repo.tuxcare.com/repository/els_php_custom1/",
"canonical": false
}
]
}
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```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
}
]
}
```

Comment on lines +86 to +91
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:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **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/).
Copy link
Collaborator

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>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<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/).
Copy link
Collaborator

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>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<template #SymfonyProcess>
<template #Symfony_Process>


</template>

<template #SymfonyHttpFoundation>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<template #SymfonyHttpFoundation>
<template #Symfony_HttpFoundation>

@sboldyreva sboldyreva merged commit 7a16463 into cloudlinux:master Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants