From 7bc72a0aecbf4fb4f80f6ab9a94f166146c9fe26 Mon Sep 17 00:00:00 2001 From: Josue Valtrick de Almeida Date: Wed, 23 Feb 2022 15:51:22 -0300 Subject: [PATCH] Update login.html I identified a security issue executing a security test over netbox like this: cvss v2: 1.7 cvss v3: 4.0 Auto-Completion Enabled for Password Fields So I made this correction and right now is okay on new security test. --- netbox/templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/login.html b/netbox/templates/login.html index 9cf882e9c..5c5959080 100644 --- a/netbox/templates/login.html +++ b/netbox/templates/login.html @@ -15,7 +15,7 @@ {# Login form #}
-
+ {% csrf_token %} {# Logo #}