Content deleted Content added
Wikiprojects |
Divinity76 (talk | contribs) |
||
Line 1:
{{WikiProject Computing}}
{{WikiProject Software}}
== XSS and Sql injection protection by having strong static typing? ==
{{quote|
Opa implements strong, static typing, which can be helpful in protecting against security issues such as SQL injections and cross-site scripting attacks.<ref>{{cite journal|url=http://www.mendeley.com/research/static-enforcement-of-web-application-integrity-through-strong-typing/|title=Static Enforcement of Web Application Integrity Through Strong Typing|last1=Robertson |first1=William |last2=Giovanni |first2=Vigna |year=2009|journal=SSYM'09 Proceedings of the 18th conference on USENIX security symposium}}</ref>
}}
are you ******* kidding me? the [[type system]] of the scripting language has absolutely nothing to do with how vulnerable the script is to SQL injection, or how vulnerable the site is to XSS
(regardless of type system of the language, an unsanitized sql query is still an unsanitized sql query, and unsanitized text is still unsanitized text (that can include HTML/javasript/whatever for xss)) [[User:Divinity76|Divinity76]] ([[User talk:Divinity76|talk]]) 07:35, 3 March 2013 (UTC)
|