Newer
Older
DirtyScripts / ReportToolz / templates / odt / vuln_template_v0.2.xml
root on 6 Feb 2020 5 KB mucho sexupo
<text:list text:continue-numbering="true" text:style-name="Outline">
    <text:list-item>
        <text:list>
            <text:list-item>
                <text:list>
                    <text:list-item>
                        <text:h text:outline-level="3"><text:span>{title}</text:span>
                    </text:h>
                </text:list-item>
            </text:list>
        </text:list-item>
    </text:list>
</text:list-item>
</text:list>
<text:p text:style-name="Text_20_body">{description}</text:p>
<text:list  text:continue-numbering="true" text:style-name="Outline">
    <text:list-item>
        <text:list>
            <text:list-item>
                <text:list>
                    <text:list-item>
                        <text:list>
                            <text:list-item>
                                <text:h text:outline-level="4">Description</text:h>
                            </text:list-item>
                        </text:list>
                    </text:list-item>
                </text:list>
            </text:list-item>
        </text:list>
    </text:list-item>
</text:list>
<text:p text:style-name="Text_20_body">{tech_description}</text:p>
<text:list text:continue-numbering="true" text:style-name="Outline">
    <text:list-item>
        <text:list>
            <text:list-item>
                <text:list>
                    <text:list-item>
                        <text:list>
                            <text:list-item>
                                <text:h text:outline-level="4">Solution</text:h>
                            </text:list-item>
                        </text:list>
                    </text:list-item>
                </text:list>
            </text:list-item>
        </text:list>
    </text:list-item>
</text:list>
<text:p text:style-name="Text_20_body">{solution}</text:p>
<text:list text:continue-numbering="true" text:style-name="Outline">
    <text:list-item>
        <text:list>
            <text:list-item>
                <text:list>
                    <text:list-item>
                        <text:list>
                            <text:list-item>
                                <text:h text:outline-level="4">Risk Analysis</text:h>
                            </text:list-item>
                        </text:list>
                    </text:list-item>
                </text:list>
            </text:list-item>
        </text:list>
    </text:list-item>
</text:list>
<table:table table:name="Table9" table:style-name="Table6">
    <table:table-column table:style-name="Table9.A"/>
    <table:table-column table:style-name="Table9.B"/>
    <table:table-column table:style-name="Table9.C"/>
    <table:table-header-rows><table:table-row table:style-name="Table10.1">
        <table:table-cell table:style-name="Table9.A1" office:value-type="string">
            <text:p text:style-name="Sapphire_20_Table_20_Header">Risk Level</text:p>
        </table:table-cell>
        <table:table-cell table:style-name="Table9.C1" office:value-type="string">
            <text:p text:style-name="Sapphire_20_Table_20_Header">
               Impact
            </text:p>
        </table:table-cell>
        <table:table-cell table:style-name="Table9.C1" office:value-type="string">
            <text:p text:style-name="Sapphire_20_Table_20_Header">
                <text:span >Remediation</text:span>
            </text:p>
        </table:table-cell>
    </table:table-row>
</table:table-header-rows>
<table:table-row>
    <table:table-cell table:style-name="Table9.A2" office:value-type="string">
        <text:p text:style-name="P59">
            <draw:frame draw:style-name="fr5" draw:name="Image1" text:anchor-type="as-char" svg:width="0.741cm" svg:height="0.741cm" draw:z-index="40">
                <draw:image xlink:href="Pictures/{risk_img}" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" loext:mime-type="image/png"/>
                <svg:title>Vulnerability Img</svg:title>
            </draw:frame>
            <text:s/>{risk}: {owasp}</text:p>
    </table:table-cell>
    <table:table-cell table:style-name="Table9.B2" office:value-type="string">
        <text:p text:style-name="P59">
            <text:span >{impact}</text:span>
        </text:p>
    </table:table-cell>
    <table:table-cell table:style-name="Table9.C2" office:value-type="string">
        <text:p text:style-name="P30">{remediation}</text:p>
    </table:table-cell>
</table:table-row>
</table:table>
<text:list text:continue-numbering="true" text:style-name="Outline">
    <text:list-item>
        <text:list>
            <text:list-item>
                <text:list>
                    <text:list-item>
                        <text:list>
                            <text:list-item>
                                <text:h text:outline-level="4">CVSS Base Score</text:h>
                            </text:list-item>
                        </text:list>
                    </text:list-item>
                </text:list>
            </text:list-item>
        </text:list>
    </text:list-item>
</text:list>
<text:p text:style-name="Text_20_body">{cvss3_score} - {cvss3_vector}</text:p>
<text:list text:continue-numbering="true" text:style-name="Outline">
    <text:list-item>
        <text:list>
            <text:list-item>
                <text:list>
                    <text:list-item>
                        <text:list>
                            <text:list-item>
                                <text:h text:outline-level="4">Vulnerabilities Exist On</text:h>
                            </text:list-item>
                        </text:list>
                    </text:list-item>
                </text:list>
            </text:list-item>
        </text:list>
    </text:list-item>
</text:list>
<text:p text:style-name="Text_20_body">host</text:p>
<text:p text:style-name="PageBreak"></text:p>