Skip to content

CodeQL

CodeQL #54

Triggered via schedule December 17, 2023 11:27
Status Success
Total duration 5m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

security.yml

on: schedule
Matrix: Security Analysis
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Security Analysis (Release, x64): NickvisionSpotlight.Shared/Models/SpotlightManager.cs#L68
This call site is reachable on all platforms. 'Image.Dispose()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Security Analysis (Release, x64): NickvisionSpotlight.Shared/Models/SpotlightManager.cs#L62
This call site is reachable on all platforms. 'Image.Height' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Security Analysis (Release, x64): NickvisionSpotlight.Shared/Models/SpotlightManager.cs#L62
This call site is reachable on all platforms. 'Image.Width' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Security Analysis (Release, x64): NickvisionSpotlight.Shared/Models/SpotlightManager.cs#L61
This call site is reachable on all platforms. 'Image.FromFile(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Security Analysis (Release, x64): NickvisionSpotlight.WinUI/App.xaml.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Security Analysis (Release, x64): NickvisionSpotlight.WinUI/Views/MainWindow.xaml.cs#L202
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Security Analysis (Release, x64): NickvisionSpotlight.WinUI/Views/MainWindow.xaml.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Security Analysis (Release, x64): NickvisionSpotlight.WinUI/Controls/ActionRow.xaml.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.