Skip to content

Update README.md

Update README.md #88

Triggered via push November 6, 2025 16:04
Status Success
Total duration 1m 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Identity/VLAIdentity.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Program.cs#L123
Converting null literal or possible null value to non-nullable type.
build: Program.cs#L122
Converting null literal or possible null value to non-nullable type.
build: Program.cs#L101
Possible null reference argument for parameter 'Uri' in 'Task<object> VLAController.VulnerableWebRequest(string Uri = "https://localhost:3000/")'.
build: Program.cs#L97
Possible null reference argument for parameter 'FileName' in 'object VLAController.VulnerableHelloWorld(string FileName = "english")'.
build: Program.cs#L79
Possible null reference argument for parameter 'logFile' in 'void VLAController.SetLogFile(string logFile)'.
build: Program.cs#L78
Possible null reference argument for parameter 'logFile' in 'void VLAIdentity.SetLogFile(string logFile)'.
build: Program.cs#L77
Possible null reference argument for parameter 'secret' in 'void VLAIdentity.SetSecret(string secret)'.
build: Program.cs#L117
'PlaygroundApplicationBuilderExtensions.UseGraphQLPlayground(IApplicationBuilder, string, PlaygroundOptions?)' is obsolete: 'GraphQL Playground has not been updated since 2019. Please use GraphiQL instead.'
build: Controller/Controller.cs#L52
Converting null literal or possible null value to non-nullable type.