Skip to content

Enrich GH-OSV details for CVE-2025-59013 through CVE-2025-59019#6106

Closed
ohader wants to merge 7 commits intogithub:ohader/advisory-improvement-6106from
ohader:typo3-2025-09-09
Closed

Enrich GH-OSV details for CVE-2025-59013 through CVE-2025-59019#6106
ohader wants to merge 7 commits intogithub:ohader/advisory-improvement-6106from
ohader:typo3-2025-09-09

Conversation

Copilot AI review requested due to automatic review settings September 9, 2025 13:33
@github-actions github-actions bot changed the base branch from main to ohader/advisory-improvement-6106 September 9, 2025 13:34
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR enriches GitHub Security Advisory (GHSA) details for CVE-2025-59013 through CVE-2025-59019 by adding package information, version ranges, and credit attribution. The changes transform previously empty affected package arrays into complete package specifications with ecosystem details and vulnerability ranges, while also crediting security researchers and developers who contributed to identifying and fixing these TYPO3 vulnerabilities.

  • Added affected package details for various TYPO3 CMS components with specific version ranges
  • Populated credits sections with reporter and remediation developer information
  • Completed OSV (Open Source Vulnerability) format compliance for all seven CVE entries

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 12 comments.

Show a summary per file
File Description
GHSA-xrcq-533q-8rxw.json Added typo3/cms-backend package details and credits for CVE-2025-59013
GHSA-w2pf-7q5w-2cgw.json Added typo3/cms-workspaces package details and credits for CVE-2025-59014
GHSA-p5jq-5383-qvc7.json Added typo3/cms-core package details and credits for CVE-2025-59015
GHSA-j8vm-7q52-2m2m.json Added multiple package entries (backend/recordlist) and credits for CVE-2025-59016
GHSA-cvm2-5f78-g9m8.json Added typo3/cms-core package details and credits for CVE-2025-59017
GHSA-72jf-5fg5-3cw3.json Added typo3/cms-core package details and credits for CVE-2025-59018
GHSA-2fhw-2j7m-mr4m.json Added five TYPO3 packages and credits for CVE-2025-59019

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines 22 to 28
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
Copy link

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

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

The ranges structure should be an array according to OSV schema. It should be \"ranges\": [{ ... }] instead of \"ranges\": { ... }.

Suggested change
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
"ranges": [
{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
]

Copilot uses AI. Check for mistakes.
Comment on lines 22 to 28
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
Copy link

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

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

The ranges structure should be an array according to OSV schema. It should be \"ranges\": [{ ... }] instead of \"ranges\": { ... }.

Suggested change
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]

Copilot uses AI. Check for mistakes.
Comment on lines 22 to 28
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
Copy link

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

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

The ranges structure should be an array according to OSV schema. It should be \"ranges\": [{ ... }] instead of \"ranges\": { ... }.

Suggested change
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
"ranges": [
{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
]

Copilot uses AI. Check for mistakes.
Comment on lines 22 to 41
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recordlist"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "11.0.0",
"fixed": "11.5.48"
}
}
Copy link

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

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

The ranges structure should be an array according to OSV schema. It should be \"ranges\": [{ ... }] instead of \"ranges\": { ... } for both package entries.

Suggested change
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recordlist"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "11.0.0",
"fixed": "11.5.48"
}
}
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recordlist"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "11.0.0",
"fixed": "11.5.48"
}
}]

Copilot uses AI. Check for mistakes.
Comment on lines 22 to 41
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recordlist"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "11.0.0",
"fixed": "11.5.48"
}
}
Copy link

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

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

The ranges structure should be an array according to OSV schema. It should be \"ranges\": [{ ... }] instead of \"ranges\": { ... } for both package entries.

Suggested change
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recordlist"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "11.0.0",
"fixed": "11.5.48"
}
}
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recordlist"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "11.0.0",
"fixed": "11.5.48"
}
}]

Copilot uses AI. Check for mistakes.
Comment on lines 22 to 80
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
Copy link

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

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

The ranges structure should be an array according to OSV schema. It should be \"ranges\": [{ ... }] instead of \"ranges\": { ... } for all five package entries.

Suggested change
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]

Copilot uses AI. Check for mistakes.
Comment on lines 22 to 80
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
Copy link

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

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

The ranges structure should be an array according to OSV schema. It should be \"ranges\": [{ ... }] instead of \"ranges\": { ... } for all five package entries.

Suggested change
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]

Copilot uses AI. Check for mistakes.
Comment on lines 22 to 80
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
Copy link

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

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

The ranges structure should be an array according to OSV schema. It should be \"ranges\": [{ ... }] instead of \"ranges\": { ... } for all five package entries.

Suggested change
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]

Copilot uses AI. Check for mistakes.
Comment on lines 22 to 80
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
Copy link

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

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

The ranges structure should be an array according to OSV schema. It should be \"ranges\": [{ ... }] instead of \"ranges\": { ... } for all five package entries.

Suggested change
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]

Copilot uses AI. Check for mistakes.
Comment on lines 22 to 80
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
Copy link

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

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

The ranges structure should be an array according to OSV schema. It should be \"ranges\": [{ ... }] instead of \"ranges\": { ... } for all five package entries.

Suggested change
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": {
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-beuser"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-dashboard"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-recycler"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]
},
{
"packageName": {
"ecosystem": "Packagist",
"name": "typo3/cms-workspaces"
},
"ranges": [{
"type": "SEMVER",
"events": {
"introduced": "13.0.0",
"fixed": "13.4.18"
}
}]

Copilot uses AI. Check for mistakes.
@JonathanLEvans
Copy link

Thank you for your contribution. We have reviewed the advisories.

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