mv Endpoints #9
Annotations
10 warnings
build:
Model/Model.cs#L174
'ComplexGraphType<object?>.Field<TGraphType>(string, string?, QueryArguments?, Func<IResolveFieldContext<object?>, object?>?, string?)' is obsolete: 'Please use one of the Field() methods returning FieldBuilder and the methods defined on it or just use AddField() method directly. This method may be removed in a future release. For now you can continue to use this API but we do not encourage this.'
|
build:
Model/Model.cs#L175
'ComplexGraphType<object?>.Field<TGraphType>(string, string?, QueryArguments?, Func<IResolveFieldContext<object?>, object?>?, string?)' is obsolete: 'Please use one of the Field() methods returning FieldBuilder and the methods defined on it or just use AddField() method directly. This method may be removed in a future release. For now you can continue to use this API but we do not encourage this.'
|
build:
MidlWare/MidlWare.cs#L17
Dereference of a possibly null reference.
|
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> VLAController.VulnerableQuery(string User, string Passwd, string Secret, string LogFile)'.
|
build:
Program.cs#L64
Possible null reference argument for parameter 'LogFile' in 'Task<object> VLAController.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)'.
|