Results of 1 - 10 of about 116 for issue (0.022 sec.)
- Django のセキュリティポリシー — Django 4.0.6 ドキュメント 13192
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
sible reporting and disclosure of security-related issues. As such, we've adopted and follow a set of polic ...
s to third-party distributions. Reporting security issues ¶ Short version: please report security issues by ...
ance , but due to the sensitive nature of security issues, we ask that they not be publicly reported in thi ...
ity implications, please send a description of the issue via email to security@djangoproject.com . Mail sen ...
-
https://man.plustar.jp/django/internals/security.html
- [similar]
- Django 2.2.26 release notes — Django 4.0.6 ドキュメント 10298
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
¶ January 4, 2022 Django 2.2.26 fixes one security issue with severity "medium" and two security issues wit ...
enial-of-service attack. In order to mitigate this issue, relatively long values are now ignored by UserAtt ...
ributeSimilarityValidator . This issue has severity "medium" according to the Django secu ...
ed user input should be validated before use. This issue has severity "low" according to the Django securit ...
-
https://man.plustar.jp/django/releases/2.2.26.html
- [similar]
- Django 3.2.11 release notes — Django 4.0.6 ドキュメント 10298
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
¶ January 4, 2022 Django 3.2.11 fixes one security issue with severity "medium" and two security issues wit ...
enial-of-service attack. In order to mitigate this issue, relatively long values are now ignored by UserAtt ...
ributeSimilarityValidator . This issue has severity "medium" according to the Django secu ...
ed user input should be validated before use. This issue has severity "low" according to the Django securit ...
-
https://man.plustar.jp/django/releases/3.2.11.html
- [similar]
- Triaging tickets — Django 4.0.6 ドキュメント 9934
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
g, keep tickets as accurate as possible, and raise issues for discussion on our mailing lists when there is ...
udgment about whether the ticket contained a valid issue, a viable feature, or ought to be closed for any o ...
ea! The absolute meaning of "accepted" is that the issue described in the ticket is valid and is in some st ...
et for a bug that has been accepted means that the issue has been verified by at least one triager as a leg ...
-
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html
- [similar]
- Django 4.0.1 release notes — Django 4.0.6 ドキュメント 9759
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
¶ January 4, 2022 Django 4.0.1 fixes one security issue with severity "medium", two security issues with s ...
enial-of-service attack. In order to mitigate this issue, relatively long values are now ignored by UserAtt ...
ributeSimilarityValidator . This issue has severity "medium" according to the Django secu ...
ed user input should be validated before use. This issue has severity "low" according to the Django securit ...
-
https://man.plustar.jp/django/releases/4.0.1.html
- [similar]
- Django 2.0.10 リリースノート — Django 4.0.6 ドキュメント 8669
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ト ¶ January 4, 2019 Django 2.0.10 fixes a security issue and several bugs in 2.0.9. CVE-2019-3498: Content ...
est_path context variable is now quoted to fix the issue for custom templates that use the path. Bugfixes ¶ ...
Django 2.0.6 ( #29959 ). Fixed a schema corruption issue on SQLite 3.26+. You might have to drop and rebuil ...
ースノート 関連キーワード page , default , schema , issue , fix , spoofing , path , while , Content , could ...
-
https://man.plustar.jp/django/releases/2.0.10.html
- [similar]
- Django 1.6.2 release notes — Django 4.0.6 ドキュメント 8581
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ail encoding on Python 3.3.3+ ( #21093 ). Fixed an issue where when settings.DATABASES['default']['AUTOCOMM ...
one.__all__ ( #21880 ). Fixed a field misalignment issue with select_related() and model inheritance ( #214 ...
with boolean and float fields ( #19884 ). Fixed an issue where lazy objects weren't actually marked as safe ...
ワード release , notes , Fixed , when , up , could , issue , previous , geometry , working クイック検索 Last ...
-
https://man.plustar.jp/django/releases/1.6.2.html
- [similar]
- Django 2.1.5 リリースノート — Django 4.0.6 ドキュメント 8581
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ート ¶ January 4, 2019 Django 2.1.5 fixes a security issue and several bugs in 2.1.4. CVE-2019-3498: Content ...
est_path context variable is now quoted to fix the issue for custom templates that use the path. Bugfixes ¶ ...
lient 1.3.14 ( #30013 ). Fixed a schema corruption issue on SQLite 3.26+. You might have to drop and rebuil ...
リースノート 関連キーワード Fixed , default , page , issue , schema , spoofing , path , regression , enabled ...
-
https://man.plustar.jp/django/releases/2.1.5.html
- [similar]
- django.core.management.base — Django 4.0.6 ドキュメント 8130
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
em to stderr and don't raise an exception. """ all_issues = checks . run_checks ( app_configs = app_configs ...
, ) header , body , footer = "" , "" , "" visible_issue_count = 0 # excludes silenced warnings if all_issu ...
es : debugs = [ e for e in all_issues if e . level < checks . INFO and not e . is_silen ...
ced () ] infos = [ e for e in all_issues if checks . INFO <= e . level < checks . WARNING ...
-
https://man.plustar.jp/django/_modules/django/core/management/base.html
- [similar]
- Django 1.11.18 リリースノート — Django 4.0.6 ドキュメント 8043
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
¶ January 4, 2019 Django 1.11.18 fixes a security issue in 1.11.17. CVE-2019-3498: Content spoofing possib ...
est_path context variable is now quoted to fix the issue for custom templates that use the path. 目次 Djang ...
, path , トピック , previous , up , next , could , issue クイック検索 Last update: 2022年6月01日 « previous ...
-
https://man.plustar.jp/django/releases/1.11.18.html
- [similar]