Merge pull request #235 from AikidoSec/decode-url-strings #962
Annotations
10 warnings
|
benchmark:
e2e/Aikido.Zen.Server.Mock/Models/EndpointConfig.cs#L6
Non-nullable property 'Route' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
benchmark:
e2e/Aikido.Zen.Server.Mock/Models/EndpointConfig.cs#L5
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
benchmark:
e2e/Aikido.Zen.Server.Mock/Models/EndpointConfig.cs#L16
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
benchmark:
e2e/Aikido.Zen.Server.Mock/Models/EndpointConfig.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
benchmark:
e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L51
Non-nullable property 'Ips' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
benchmark:
e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L46
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
benchmark:
e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L41
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
benchmark:
e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L31
Non-nullable property 'BlockedUserAgents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
benchmark:
e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L26
Non-nullable property 'AllowedIPAddresses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
benchmark:
e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L21
Non-nullable property 'BlockedIPAddresses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|