From fc9e5f840ff70d8455e5114fde0c724e87fff406 Mon Sep 17 00:00:00 2001 From: Peter Mosmans Date: Thu, 14 Mar 2019 13:52:35 +0100 Subject: [PATCH] Remove placeholder - closes #63 --- chatops/python/gitlab-to-pentext.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chatops/python/gitlab-to-pentext.py b/chatops/python/gitlab-to-pentext.py index a0045f3..5eed7a8 100644 --- a/chatops/python/gitlab-to-pentext.py +++ b/chatops/python/gitlab-to-pentext.py @@ -5,7 +5,7 @@ This script is part of the PenText framework https://pentext.org - Copyright (C) 2016-2017 Radically Open Security + Copyright (C) 2016-2019 Radically Open Security https://www.radicallyopensecurity.com Author(s): Peter Mosmans @@ -91,10 +91,10 @@ class Finding(BaseItem): self.threat_level = 'Moderate' self.finding_type = 'TODO' self.status = 'new' - self.description = '

TODO

' - self.technicaldescription = '

TODO

' - self.impact = '

TODO

' - self.recommendation = '' + self.description = '

' + self.technicaldescription = '

' + self.impact = '

' + self.recommendation = '' def __str__(self): """Return an XML representation of the class."""