検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 54 for Host (0.026 sec.)
Django 1.3.4 release notes — Django 4.0.6 ドキュメント 12030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is is the fourth release in the Django 1.3 series. Host header poisoning ¶ Some parts of Django -- indepen ... ing domain name, which are generated from the HTTP Host header. Some attacks against this are beyond Djang ... onfiguration. Django's own built-in parsing of the Host header is, however, still vulnerable, as was repor ... ted to us recently. The Host header parsing in Django 1.3.3 and Django 1.4.1 -- ...
https://man.plustar.jp/django/releases/1.3.4.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 11466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... second security release in the Django 1.4 series. Host header poisoning ¶ Some parts of Django -- indepen ... ing domain name, which are generated from the HTTP Host header. Some attacks against this are beyond Djang ... onfiguration. Django's own built-in parsing of the Host header is, however, still vulnerable, as was repor ... ted to us recently. The Host header parsing in Django 1.3.3 and Django 1.4.1 -- ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 11362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bugfix/security release in the Django 1.3 series. Host header poisoning ¶ Some parts of Django -- indepen ... ing domain name, which are generated from the HTTP Host header. Django's documentation has for some time c ... to configure web servers to ensure that only valid Host headers can reach the Django application. However, ... plication with an incorrect and possibly malicious Host header. For this reason, Django 1.3.6 adds a new s ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.4.4 release notes — Django 4.0.6 ドキュメント 11214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bugfix/security release in the Django 1.4 series. Host header poisoning ¶ Some parts of Django -- indepen ... ing domain name, which are generated from the HTTP Host header. Django's documentation has for some time c ... to configure web servers to ensure that only valid Host headers can reach the Django application. However, ... plication with an incorrect and possibly malicious Host header. For this reason, Django 1.4.4 adds a new s ...
https://man.plustar.jp/django/releases/1.4.4.html - [similar]
設定 — Django 4.0.6 ドキュメント 10695
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e.com' ), ( 'Mary' , 'mary@example.com' )] ALLOWED_HOSTS ¶ デフォルト値: [] (空のリスト) Django サイトを配 ... 全な設定の Web サーバでも晒される可能性が高い、 HTTP Host header 攻撃 を防ぐことができます。 このリスト中の値 ... .com' ) でも大丈夫です。その場合には、リクエストの Host ヘッダに完全一致するかチェックされます (ポートを含 ... ッダにマッチします。この場合には、責任を持って自前の Host ヘッダ検証機 (おそらくミドルウェアの形になり、その ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 9449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... overy of potential problems from multiple sources. Host header poisoning ¶ Several earlier Django security ... eleases focused on the issue of poisoning the HTTP Host header, causing Django to generate URLs pointing t ... release, we're taking additional steps to tighten Host header validation. Rather than attempt to accommod ... ate all features HTTP supports here, Django's Host header validation attempts to support a smaller, b ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 9449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... overy of potential problems from multiple sources. Host header poisoning ¶ Several earlier Django security ... eleases focused on the issue of poisoning the HTTP Host header, causing Django to generate URLs pointing t ... release, we're taking additional steps to tighten Host header validation. Rather than attempt to accommod ... ate all features HTTP supports here, Django's Host header validation attempts to support a smaller, b ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 9389
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , and SECURE_HSTS_PRELOAD , or on the web server. Host ヘッダーの検証 ¶ Djangoはいくつかのケースで、URLを ... 組み立てるためにクライアントから送られてきた Host ヘッダーを使用します。 Host ヘッダーの値は、クロス ... 避するためにサニタイズされますが、それでもまだニセの Host 値はクロス・サイト・リクエスト・フォージェリ (CSRF ... れます。 一見安全なウェブサーバー設定であっても偽の Host ヘッダーの可能性が残るため、Djangoは django.http.H ...
https://man.plustar.jp/django/topics/security.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 8781
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : return '" %s "' % etag_str def is_same_domain ( host , pattern ): """ Return ``True`` if the host is ei ... ern . lower () return ( pattern [ 0 ] == "." and ( host . endswith ( pattern ) or host == pattern [ 1 :]) ... or pattern == host ) def url_has_allowed_host_and_scheme ( url , allo ... wed_hosts , require_https = False ): """ Return ``True`` if ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 8099
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r configurations, the portion of the URL after the host name is split up into a script prefix portion and ... -- レスポンスに対して受け入れ可能な言語です。 HTTP_HOST -- クライアントによって送信された HTTP Host ヘッダ ... TE_ADDR -- クライアントの IP アドレスです。 REMOTE_HOST -- クライアントのホスト名です。 REMOTE_USER -- The ... g for anonymous users. メソッド ¶ HttpRequest. get_host () ¶ Returns the originating host of the request u ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
PREV 1 2 3 4 5 6 NEXT