検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 91 for safe (0.024 sec.)
django.utils.encoding — Django 4.0.6 ドキュメント 8060
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .g. '/I%20%E2%99%A5%20Django/'). """ # The list of safe characters here is constructed from the "reserved" ... ib.parse.quote() already considers all # but the ~ safe. # The % character is also added to the list of sa ... Promise ): iri = str ( iri ) return quote ( iri , safe = "/#%[]=:;$&()+,!?*@'~" ) # List of byte values t ... ント] def escape_uri_path ( path ): """ Escape the unsafe characters from the path portion of a Uniform Reso ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 8060
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k for these redirects (namely django.utils.http.is_safe_url() ) considered some URLs with basic authentica ... tion credentials "safe" when they shouldn't be. For example, a URL like h ... site.example.com\@attacker.com would be considered safe if the request's host is http://mysite.example.com ... o attacker.com . Also, if a developer relies on is_safe_url() to provide safe redirect targets and puts su ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 7993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s for these redirects (namely django.utils.http.is_safe_url() ) didn't check if the scheme is http(s) and ... .. URLs to be entered. If a developer relied on is_safe_url() to provide safe redirect targets and put suc ... ード release , notes , redirect , user , security , safe , attack , bug , URLs , previous クイック検索 Last ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 7873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... escape_uri_path ( path ) [ソース] ¶ Escapes the unsafe characters from the path portion of a Uniform Reso ... ape mechanism, using the utilities in django.utils.safestring where appropriate. This module provides some ... first coerced to a string and the output has mark_safe() applied. conditional_escape ( text ) [ソース] ¶ ... escaping by default. So, instead of writing: mark_safe ( " %s <b> %s </b> %s " % ( some_html , escape ( s ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 7873
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s for these redirects (namely django.utils.http.is_safe_url() ) didn't strip leading whitespace on the tes ... and as such considered URLs like \njavascript:... safe. If a developer relied on is_safe_url() to provide ... safe redirect targets and put such a URL into a link, t ... notes , attack , header , User , Auth , redirect , safe , user , production クイック検索 Last update: 2022 ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... common, we now protect all methods not defined as safe by RFC 2616 -- i.e., we exempt GET, HEAD, OPTIONS ... ( name ), mode )) YAML deserializer now uses yaml.safe_load ¶ yaml.load is able to construct any Python o ... trusted data, the YAML deserializer now uses yaml.safe_load for additional security. Session cookies now ... - nothreading Attributes disabled in markdown when safe mode set ¶ Prior to Django 1.4, attributes were in ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 7567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s for these redirects (namely django.utils.http.is_safe_url() ) didn't check if the scheme is http(s) and ... .. URLs to be entered. If a developer relied on is_safe_url() to provide safe redirect targets and put suc ... ease , notes , Fixed , contrib , user , redirect , safe , URLs , attack , some クイック検索 Last update: 2 ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 7381
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s for these redirects (namely django.utils.http.is_safe_url() ) didn't strip leading whitespace on the tes ... and as such considered URLs like \njavascript:... safe. If a developer relied on is_safe_url() to provide ... safe redirect targets and put such a URL into a link, t ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 7262
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s for these redirects (namely django.utils.http.is_safe_url() ) didn't strip leading whitespace on the tes ... and as such considered URLs like \njavascript:... safe. If a developer relied on is_safe_url() to provide ... safe redirect targets and put such a URL into a link, t ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 7142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... コード """ Functions for creating and restoring url-safe signed JSON objects. The format used looks like th ... e, separated by a ':'. The first component is a URLsafe base64 encoded JSON of the object passed to dumps( ... at the start of the base64 JSON. There are 65 url-safe characters: the 64 used by url-safe base64 and the ... .utils.regex_helper import _lazy_re_compile _SEP_UNSAFE = _lazy_re_compile ( r "^[A-z0-9-_=]*$" ) BASE62_A ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT