Skip to content

Commit 5cdbdee

Browse files
committed
Fix typo
JQuery -> jQuery
1 parent 39568b0 commit 5cdbdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/security/develop/threat-modeling-tool-configuration-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Note that Request Validation feature is not supported, and is not part of MVC6 p
191191
| **Applicable Technologies** | Generic |
192192
| **Attributes** | N/A |
193193
| **References** | N/A |
194-
| **Steps** | <p>Developers using standard JavaScript libraries like JQuery must use approved versions of common JavaScript libraries that do not contain known security flaws. A good practice is to use the most latest version of the libraries, since they contain security fixes for known vulnerabilities in their older versions.</p><p>If the most recent release cannot be used due to compatibility reasons, the below minimum versions should be used.</p><p>Acceptable minimum versions:</p><ul><li>**JQuery**<ul><li>JQuery 1.7.1</li><li>JQueryUI 1.10.0</li><li>JQuery Validate 1.9</li><li>JQuery Mobile 1.0.1</li><li>JQuery Cycle 2.99</li><li>JQuery DataTables 1.9.0</li></ul></li><li>**Ajax Control Toolkit**<ul><li>Ajax Control Toolkit 40412</li></ul></li><li>**ASP.NET Web Forms and Ajax**<ul><li>ASP.NET Web Forms and Ajax 4</li><li>ASP.NET Ajax 3.5</li></ul></li><li>**ASP.NET MVC**<ul><li>ASP.NET MVC 3.0</li></ul></li></ul><p>Never load any JavaScript library from external sites such as public CDNs</p>|
194+
| **Steps** | <p>Developers using standard JavaScript libraries like jQuery must use approved versions of common JavaScript libraries that do not contain known security flaws. A good practice is to use the most latest version of the libraries, since they contain security fixes for known vulnerabilities in their older versions.</p><p>If the most recent release cannot be used due to compatibility reasons, the below minimum versions should be used.</p><p>Acceptable minimum versions:</p><ul><li>**jQuery**<ul><li>jQuery 1.7.1</li><li>jQueryUI 1.10.0</li><li>jQuery Validate 1.9</li><li>jQuery Mobile 1.0.1</li><li>jQuery Cycle 2.99</li><li>jQuery DataTables 1.9.0</li></ul></li><li>**Ajax Control Toolkit**<ul><li>Ajax Control Toolkit 40412</li></ul></li><li>**ASP.NET Web Forms and Ajax**<ul><li>ASP.NET Web Forms and Ajax 4</li><li>ASP.NET Ajax 3.5</li></ul></li><li>**ASP.NET MVC**<ul><li>ASP.NET MVC 3.0</li></ul></li></ul><p>Never load any JavaScript library from external sites such as public CDNs</p>|
195195

196196
## <a id="mime-sniff"></a>Disable automatic MIME sniffing
197197

0 commit comments

Comments
 (0)