Skip to content

Merge branch 'main' of https://github.com/Aif4thah/VulnerableLightApp #2

Merge branch 'main' of https://github.com/Aif4thah/VulnerableLightApp

Merge branch 'main' of https://github.com/Aif4thah/VulnerableLightApp #2

Triggered via push May 16, 2024 09:19
Status Success
Total duration 2m 12s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Model/Model.cs#L21
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Model/Model.cs#L22
Non-nullable property 'Passwd' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Model/Model.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Model/Model.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Model/Model.cs#L13
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Program.cs#L49
Possible null reference argument for parameter 'FileName' in 'object VLAController.VulnerableHelloWorld(string FileName = "english")'.
build: Program.cs#L55
Possible null reference argument for parameter 'Uri' in 'Task<object> VLAController.VulnerableWebRequest(string Uri = "https://localhost:3000/")'.
build: Program.cs#L57
Possible null reference argument for parameter 'Secret' in 'object VLAController.VulnerableObjectReference(string Id, string Token, string Secret)'.
build: Program.cs#L59
Possible null reference argument for parameter 'Secret' in 'object VLAController.VulnerableCmd(string UserStr, string Token, string Secret)'.
build: Program.cs#L63
Possible null reference argument for parameter 'Secret' in 'Task<object> VLAController.VulnerableQuery(string User, string Passwd, string Secret, string LogFile)'.