We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3db35 commit cf7791fCopy full SHA for cf7791f
1 file changed
tools/osv-linter/internal/pkgchecker/ecosystems.go
@@ -140,6 +140,7 @@ func VersionsExistInEcosystem(pkg string, versions []string, ecosystem string) e
140
return nil
141
case "Drupal":
142
143
+ case "Drupal": return nil
144
case "GIT":
145
146
case "GitHub Actions":
0 commit comments