radicallyopensecurity / pentext

PenText system: Easily create beautifully looking penetration test quotes, reports, and documents in many formats (PDF, text, JSON, CSV, ...)
GNU General Public License v2.0
117 stars 38 forks source link

Use location from company details instead of using hardcoded "Amsterdam" #55

Closed PeterMosmans closed 2 years ago

PeterMosmans commented 6 years ago

https://github.com/radicallyopensecurity/pentext/blob/6788dc9a2bcb2cf10c831b0a9c70caffe2acb415/xml/xslt/meta.xslt#L48

Most variables are configurable and are read from the 'configuration' XML files. The location is hardcoded.

Request: Read variable from company metadata

syrosh commented 2 years ago

Has since been fixed https://github.com/radicallyopensecurity/pentext/blob/master/xslt/meta.xslt#L89