Skip to content

Update README.md

Update README.md #42

Triggered via push October 12, 2024 08:41
Status Success
Total duration 1m 24s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Controller/Controller.cs#L53
Converting null literal or possible null value to non-nullable type.
build: Program.cs#L61
Possible null reference argument for parameter 'secret' in 'void VLAIdentity.SetSecret(string secret)'.
build: Program.cs#L62
Possible null reference argument for parameter 'logFile' in 'void VLAIdentity.SetLogFile(string logFile)'.
build: Program.cs#L63
Possible null reference argument for parameter 'logFile' in 'void VLAController.SetLogFile(string logFile)'.
build: Program.cs#L68
Possible null reference argument for parameter 'FileName' in 'object VLAController.VulnerableHelloWorld(string FileName = "english")'.
build: Program.cs#L74
Possible null reference argument for parameter 'Uri' in 'Task<object> VLAController.VulnerableWebRequest(string Uri = "https://localhost:3000/")'.
build: Program.cs#L91
Converting null literal or possible null value to non-nullable type.
build: Program.cs#L92
Converting null literal or possible null value to non-nullable type.
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: Controller/Controller.cs#L89
The variable 'ex' is declared but never used