Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▾ core
▸ asgi
▸ cache
▾ checks
▸ async_checks
▸ caches
▸ compatibility
▸ database
▸ messages
▸ model_checks
▸ registry
▾ security
▾ base
▸ csrf
▸ sessions
▸ templates
▸ translation
▸ urls
▸ exceptions
▸ files
▸ handlers
▸ mail
▸ management
▸ paginator
▸ serializers
▸ servers
▸ signals
▸ signing
▸ validators
▸ wsgi
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Module base
django
.
core
.
checks
.
security
.
base
source
link
Functions
▷
def
check_allowed_hosts
(
app_configs, **kwargs
)
@register(Tags.security, deploy=True)
@register(Tags.security, deploy=True)
def
check_allowed_hosts(
app_configs, **kwargs
)
source
link
▷
def
check_content_type_nosniff
(
app_configs, **kwargs
)
@register(Tags.security, deploy=True)
@register(Tags.security, deploy=True)
def
check_content_type_nosniff(
app_configs, **kwargs
)
source
link
▷
def
check_debug
(
app_configs, **kwargs
)
@register(Tags.security, deploy=True)
@register(Tags.security, deploy=True)
def
check_debug(
app_configs, **kwargs
)
source
link
▷
def
check_default_hashing_algorithm
(
app_configs, **kwargs
)
@register(Tags.security)
@register(Tags.security)
def
check_default_hashing_algorithm(
app_configs, **kwargs
)
source
link
▷
def
check_referrer_policy
(
app_configs, **kwargs
)
@register(Tags.security, deploy=True)
@register(Tags.security, deploy=True)
def
check_referrer_policy(
app_configs, **kwargs
)
source
link
▷
def
check_secret_key
(
app_configs, **kwargs
)
@register(Tags.security, deploy=True)
@register(Tags.security, deploy=True)
def
check_secret_key(
app_configs, **kwargs
)
source
link
▷
def
check_security_middleware
(
app_configs, **kwargs
)
@register(Tags.security, deploy=True)
@register(Tags.security, deploy=True)
def
check_security_middleware(
app_configs, **kwargs
)
source
link
▷
def
check_ssl_redirect
(
app_configs, **kwargs
)
@register(Tags.security, deploy=True)
@register(Tags.security, deploy=True)
def
check_ssl_redirect(
app_configs, **kwargs
)
source
link
▷
def
check_sts
(
app_configs, **kwargs
)
@register(Tags.security, deploy=True)
@register(Tags.security, deploy=True)
def
check_sts(
app_configs, **kwargs
)
source
link
▷
def
check_sts_include_subdomains
(
app_configs, **kwargs
)
@register(Tags.security, deploy=True)
@register(Tags.security, deploy=True)
def
check_sts_include_subdomains(
app_configs, **kwargs
)
source
link
▷
def
check_sts_preload
(
app_configs, **kwargs
)
@register(Tags.security, deploy=True)
@register(Tags.security, deploy=True)
def
check_sts_preload(
app_configs, **kwargs
)
source
link
▷
def
check_xframe_deny
(
app_configs, **kwargs
)
@register(Tags.security, deploy=True)
@register(Tags.security, deploy=True)
def
check_xframe_deny(
app_configs, **kwargs
)
source
link
▷
def
check_xframe_options_middleware
(
app_configs, **kwargs
)
@register(Tags.security, deploy=True)
@register(Tags.security, deploy=True)
def
check_xframe_options_middleware(
app_configs, **kwargs
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04