diff --git a/.idea/django.nV.iml b/.idea/django.nV.iml new file mode 100644 index 00000000..646dd3c7 --- /dev/null +++ b/.idea/django.nV.iml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 00000000..15a15b21 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..36cc739f --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..d835950d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..6d164c8a --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ` + + + + +* URL: [http://127.0.0.1:8000/taskManager/login/](http://127.0.0.1:8000/taskManager/login/) + + + * Method: `GET` + + + * Parameter: `password` + + + * Evidence: `` + + + + +* URL: [http://127.0.0.1:8000/taskManager/login/](http://127.0.0.1:8000/taskManager/login/) + + + * Method: `POST` + + + * Parameter: `password` + + + * Evidence: `` + + + + +* URL: [http://127.0.0.1:8000/taskManager/register/](http://127.0.0.1:8000/taskManager/register/) + + + * Method: `POST` + + + * Parameter: `id_password` + + + * Evidence: `` + + + + +Instances: 4 + +### Solution +

Turn off the AUTOCOMPLETE attribute in forms or individual input elements containing password inputs by using AUTOCOMPLETE='OFF'.

+ +### Reference +* http://www.w3schools.com/tags/att_input_autocomplete.asp +* https://msdn.microsoft.com/en-us/library/ms533486%28v=vs.85%29.aspx + + +#### CWE Id : 525 + +#### WASC Id : 15 + +#### Source ID : 3