From 98f99cebc074461bf356ef0de61bb03fbfe555b5 Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Sat, 5 Aug 2017 23:56:13 +0200 Subject: [PATCH] Added author attribute --- rules/web/web_django_security.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/web/web_django_security.yml b/rules/web/web_django_security.yml index 75844d7ff..05ebe627f 100644 --- a/rules/web/web_django_security.yml +++ b/rules/web/web_django_security.yml @@ -1,5 +1,6 @@ title: Django framework security errors description: Detects suspicious Django web application framework that could indicate exploitation attempts +author: Thomas Patzke reference: - https://docs.djangoproject.com/en/1.11/ref/exceptions/ - https://docs.djangoproject.com/en/1.11/topics/logging/#django-security