Hi Telerik,
We did the security scanning for our website using Acunetix Security Scanner. We received summary that related to Kendo UI.
4. Absence of Anti-CSRF Tokens
[Low]
Trigger by : Kendo All min.js , and those
MVC form which do know have @Html.AntiForgeryToken()
Solution : For
kendo,don’t have yet.
For MVC form
which do not used form submit feature, change <form> to <div> html
tag.
For MVC form
which used form submit , add @Html.AntiForgeryToken(), MVC controller will auto received and validate
this token when form being submit.
I was wondering if you could give me some advice about this.