Skip to content

Conversation

philroche
Copy link
Member

Not all gitlab-* packages should be treated as GitLab, but most of them are - as seen in

if strings.HasPrefix(name, "gitlab-") {
		attr.Vendor = "gitlab"
		attr.Product = "gitlab"
		attr.SWEdition = "community"

		return &attr
	}

Added in 1c050aa

One notable exception is gitlab-operator, which is a Kubernetes operator
for managing GitLab installations, and not part of GitLab itself with
source @ https://gitlab.com/gitlab-org/cloud-native/gitlab-operator

Adding an explicit exception for this package to not match on gitlab-*

The reason for this change is because new gitlab-operator package was being matched with all older gitlab CVEs which is incorrect.

Signed-off-by: philroche [email protected]

…ching as gitlab-* package and gitlab product

Not all gitlab-* packages should be treated as GitLab, but most of them are - as seen in

```
if strings.HasPrefix(name, "gitlab-") {
		attr.Vendor = "gitlab"
		attr.Product = "gitlab"
		attr.SWEdition = "community"

		return &attr
	}
```

Added in wolfi-dev@1c050aa

One notable exception is gitlab-operator, which is a Kubernetes operator
for managing GitLab installations, and not part of GitLab itself with
source @ https://gitlab.com/gitlab-org/cloud-native/gitlab-operator

Adding an explicit exception for this package to not match on `gitlab-*`

The reason for this change is because new gitlab-operator package was being matched with all older gitlab CVEs which is incorrect.

Signed-off-by: philroche <[email protected]>
Copy link
Member

@luhring luhring left a comment

Choose a reason for hiding this comment

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

Thanks!

@luhring luhring enabled auto-merge September 5, 2025 16:08
@luhring luhring merged commit 54851ef into wolfi-dev:main Sep 5, 2025
5 checks passed
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