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

generate_service_breakdown format attribute flagged as incorrect #103

Open Synchro opened 2 years ago

Synchro commented 2 years ago

This tag appears in the default report file:

<generate_service_breakdown format="list"/>

This gets flagged by my JetBrains IDE as "Attribute format is not allowed here". Is there something missing in the definitions to allow for this, or is the tag wrong?