Skip to content

Commit 3f644cb

Browse files
authored
Merge pull request #9442 from NuGet/dev
[ReleasePre][2023.03.28]FI of dev into main
2 parents f183304 + 659510b commit 3f644cb

File tree

18 files changed

+22326
-7534
lines changed

18 files changed

+22326
-7534
lines changed

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/base.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ img.reserved-indicator-icon {
369369
}
370370

371371
li.package-tags {
372+
display: block;
372373
overflow-y: visible;
373374
}
374375
}

src/Bootstrap/less/theme/common-supported-frameworks.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
.frameworktableinfo-asset-icon{
8181
.frameworktableinfo;
8282
background-color: @badge-dark;
83+
justify-content: center;
84+
display: inline-block;
8385
}
8486

8587
.frameworktableinfo-text {

src/NuGetGallery.Services/Authentication/Providers/AzureActiveDirectoryV2/AzureActiveDirectoryV2Authenticator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ protected override void AttachToOwinApp(IGalleryConfigurationService config, IAp
102102
PostLogoutRedirectUri = siteRoot,
103103
Scope = OpenIdConnectScope.OpenIdProfile + " email",
104104
ResponseType = OpenIdConnectResponseType.IdToken,
105+
// CodeQL [SM03926] We do not restrict issuers to a limited set of tenants for our multi-tenant app
105106
TokenValidationParameters = new Microsoft.IdentityModel.Tokens.TokenValidationParameters() { ValidateIssuer = false },
106107
Notifications = new OpenIdConnectAuthenticationNotifications
107108
{

src/NuGetGallery/App_Data/Files/Content/Trusted-Image-Domains.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"sonarcloud.io",
3535
"travis-ci.com",
3636
"travis-ci.org",
37+
"avatars.githubusercontent.com",
3738
"raw.github.com",
3839
"raw.githubusercontent.com",
3940
"user-images.githubusercontent.com",

0 commit comments

Comments
 (0)