rspec/rules/S5753/sensitive.adoc

12 lines
133 B
Plaintext
Raw Normal View History

2021-01-13 11:35:08 +00:00
== Sensitive Code Example
At Controller level:
----
[ValidateInput(false)]
public ActionResult Welcome(string name)
{
...
}
----