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."""