Skip to content

Conversation

@Winniexu01
Copy link
Member

Fixes: dotnet/source-build#5208

New release of scancode is available, revert pinning of click package.

Comment on lines 24 to 25
src/arcade/src/Microsoft.DotNet.Build.Tasks.Installers/build/deb-package-tool/templates/debian/copyright|unknown-license-reference
src/arcade/src/Microsoft.DotNet.Build.Tasks.Installers/build/rpm_templates/copyright|unknown-license-reference
Copy link
Member

Choose a reason for hiding this comment

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

I would categorize these as false positives since they aren't true license references.

# Windows installer files that have a reference to a URL for license
src/aspnetcore/src/Installers/Windows/**/*.wxl|unknown-license-reference
src/aspnetcore/src/Installers/Windows/**/*.wxs|unknown-license-reference
src/aspnetcore/src/Installers/Debian/tools/templates/debian/copyright|unknown-license-reference
Copy link
Member

Choose a reason for hiding this comment

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

Should be categorized as false positive.

Comment on lines 7 to 10
{
"path": "src/application-insights/WEB/ThirdPartyNotices.txt",
"detected_license_expression": "(unknown-license-reference AND bsd-new) AND mit AND ms-pl AND apache-2.0 AND (cc-by-3.0-us AND cc-by-3.0 AND mit) AND ms-rl"
}
Copy link
Member

Choose a reason for hiding this comment

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

This should be removed. The unknown-license-reference should be defined as a false positive in the exclusions file.

@mthalman
Copy link
Member

mthalman commented Jul 7, 2025

Please update dotnet/dotnet#1401 and dotnet/installer#20486 based on the changes to make here.

@mthalman mthalman merged commit ee8e0f9 into dotnet:release/9.0.1xx Jul 9, 2025
28 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants