Skip to content

fix: slight differences between python/go ListedVulnerabilty#5254

Merged
michaelkedar merged 2 commits intogoogle:masterfrom
michaelkedar:🫪
Apr 17, 2026

Hidden character warning

The head ref may contain hidden characters: "\ud83e\udeea"
Merged

fix: slight differences between python/go ListedVulnerabilty#5254
michaelkedar merged 2 commits intogoogle:masterfrom
michaelkedar:🫪

Conversation

@michaelkedar
Copy link
Copy Markdown
Member

  • Go wasn't de-duplicating the ecosystems list, which has been fixed
  • Go's tokenisation regex used [^a-zA-Z0-9], where Python's used \W (which is the same plus _). Changed Python to use the Go regex

@michaelkedar michaelkedar requested review from a team and another-rex April 17, 2026 03:35
tobyhawker
tobyhawker previously approved these changes Apr 17, 2026
@michaelkedar michaelkedar requested a review from a team April 17, 2026 04:58
@michaelkedar michaelkedar enabled auto-merge (squash) April 17, 2026 04:59
@michaelkedar michaelkedar merged commit 6033870 into google:master Apr 17, 2026
21 checks passed
@michaelkedar michaelkedar deleted the 🫪 branch April 17, 2026 04:59
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.

3 participants