After a GHSA ticket has been closed for some time (3 months?) the corresponding GHSA repository, if any, can be removed. This is because GitHub creates a new repository for every GHSA ticket and the number of repositories under the organization would grow without bound.
The name of these repositories matches cpython-ghsa-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}.
After a GHSA ticket has been closed for some time (3 months?) the corresponding GHSA repository, if any, can be removed. This is because GitHub creates a new repository for every GHSA ticket and the number of repositories under the organization would grow without bound.
The name of these repositories matches
cpython-ghsa-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}.