Skip to content

[Snyk] Security upgrade Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.0 to 6.0.26 #120

[Snyk] Security upgrade Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.0 to 6.0.26

[Snyk] Security upgrade Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.0 to 6.0.26 #120

Triggered via pull request January 10, 2024 15:03
Status Success
Total duration 4m 16s
Artifacts

dotnet-build-validation.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: ShareBook/ShareBook.Domain/MailBounce.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: ShareBook/ShareBook.Domain/MailBounce.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: ShareBook/ShareBook.Domain/MailBounce.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: ShareBook/ShareBook.Domain/MailBounce.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: ShareBook/ShareBook.Service/Email/EmailService.cs#L197
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: ShareBook/ShareBook.Service/Generic/BaseService.cs#L83
'DefaultValidatorExtensions.Validate<T>(IValidator<T>, T, params Expression<Func<T, object>>[])' is obsolete: 'This method will be removed in FluentValidation 10. Instead use Validate(instance, options => options.IncludeProperties(expressions))'
build: ShareBook/ShareBook.Service/Email/EmailService.cs#L137
'MailboxAddress.MailboxAddress(string)' is obsolete: 'This constructor will be going away due to it causing too much confusion. Use new MailboxAddress(string name, string address) or MailboxAddress.Parse(string) instead.'
build: ShareBook/ShareBook.Test.Unit/Services/BookUserServiceTests.cs#L24
Field 'BookUserServiceTests.bookUserValidator' is never assigned to, and will always have its default value null
build: ShareBook/ShareBook.Domain/MailBounce.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: ShareBook/ShareBook.Domain/MailBounce.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.