Skip to content

TestCpu++

TestCpu++ #19

Triggered via push June 7, 2024 07:21
Status Success
Total duration 1m 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Identity/VLAIdentity.cs#L13
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#L62
Possible null reference argument for parameter 'FileName' in 'object VLAController.VulnerableHelloWorld(string FileName = "english")'.
build: Program.cs#L64
Possible null reference argument for parameter 'Secret' in 'Task<object> VLAIdentity.VulnerableQuery(string User, string Passwd, string Secret, string LogFile)'.
build: Program.cs#L64
Possible null reference argument for parameter 'LogFile' in 'Task<object> VLAIdentity.VulnerableQuery(string User, string Passwd, string Secret, string LogFile)'.
build: Program.cs#L66
Possible null reference argument for parameter 'Secret' in 'string VLAController.VulnerableXmlParser(string Xml, string Token, string Secret)'.
build: Program.cs#L68
Possible null reference argument for parameter 'Uri' in 'Task<object> VLAController.VulnerableWebRequest(string Uri = "https://localhost:3000/")'.
build: Program.cs#L70
Possible null reference argument for parameter 'Secret' in 'object VLAController.VulnerableObjectReference(string Id, string Token, string Secret)'.
build: Program.cs#L72
Possible null reference argument for parameter 'Secret' in 'object VLAController.VulnerableDeserialize(string Json, string Token, string Secret)'.
build: Program.cs#L74
Possible null reference argument for parameter 'Secret' in 'object VLAController.VulnerableCmd(string UserStr, string Token, string Secret)'.
build: Program.cs#L76
Possible null reference argument for parameter 'Secret' in 'Task<IResult> VLAController.VulnerableHandleFileUpload(IFormFile UserFile, string Header, string Token, string Secret, string LogFile)'.