Spelling: volnurable -> vulnerable

This commit is contained in:
Corey Ward 2011-06-30 09:31:09 -07:00
parent f1a64b6d3d
commit 8f12dcd671
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module Rack
# Supported browsers:: all
# More infos:: http://flask.pocoo.org/docs/security/#json-security
#
# JSON GET APIs are volnurable to being embedded as JavaScript while the
# JSON GET APIs are vulnerable to being embedded as JavaScript while the
# Array prototype has been patched to track data. Checks the referrer
# even on GET requests if the content type is JSON.
class JsonCsrf < Base