Skip to content

Update license_scanning_spec.rb - Remove BSD Zero license

Will Meek requested to merge license_spec_rm_0bsd into master

What does this MR do and why?

As per https://gitlab.com/gitlab-org/gitlab/-/issues/469478 and the discussion at &13489 (comment 1973276271) , we can't find a package in the test that uses 0BSD license. I have verified this with third party tools.

The original license was misapplied for 2 packages - see https://gitlab.com/gitlab-org/gitlab/-/issues/469478#note_1973485996

As per &13489 (closed) - we've moved license checking to deps.dev, so it appears we've improved the accuracy of results. This MR removes the erroneous license.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

n/a

How to set up and validate locally

Note: Run against Staging due to License DB

GITLAB_QA_USER_AGENT =<USER_AGENT> GITLAB_USERNAME=<USERNAME> GITLAB_QA_ACCESS_TOKEN="<ACCESS_TOKEN>" GITLAB_PASSWORD="<GITLAB_PASSWORD>"  QA_DEBUG=true WEBDRIVER_HEADLESS=true bundle exec bin/qa Test::Instance::All https://staging.gitlab.com qa/specs/features/ee/browser_ui/13_secure/license_scanning_spec.rb
Edited by Will Meek

Merge request reports