Skip to content

Commit db735d1

Browse files
authored
Merge pull request #92617 from changeworld/patch-50
Fix typo
2 parents 099e48c + 0a047d4 commit db735d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/security/develop/threat-modeling-tool-input-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ In the preceding code example, the input value cannot be longer than 11 characte
415415
| **Applicable Technologies** | Generic |
416416
| **Attributes** | N/A |
417417
| **References** | N/A |
418-
| **Steps** | Many javascript functions don't do encoding by default. When assigning untrusted input to DOM elements via such functions, may result in cross site script (XSS) executions.|
418+
| **Steps** | Many JavaScript functions don't do encoding by default. When assigning untrusted input to DOM elements via such functions, may result in cross site script (XSS) executions.|
419419

420420
### Example
421421
Following are insecure examples:

0 commit comments

Comments
 (0)