Skip to content

CodeQL

CodeQL #527

Triggered via schedule December 2, 2023 13:24
Status Success
Total duration 3m 49s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Analyze (javascript)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Analyze (csharp): backend/Levels/Controllers/LevelsImageServerController.cs#L56
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
Analyze (csharp): backend/Levels/Controllers/LevelsImageServerController.cs#L57
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
Analyze (csharp)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): backend/Punishments/Controllers/ModCaseFileController.cs#L48
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
Analyze (csharp): backend/Punishments/Controllers/ModCaseFileController.cs#L49
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
Analyze (csharp): backend/Launch/Initialize.cs#L366
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
Analyze (csharp): backend/Levels/Controllers/LevelsImageServerController.cs#L56
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
Analyze (csharp): backend/Levels/Controllers/LevelsImageServerController.cs#L57
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
Analyze (csharp)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): backend/Punishments/Controllers/ModCaseFileController.cs#L48
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)