74 lines
3.6 KiB
XML
74 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<offerte xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:fo="http://www.w3.org/1999/XSL/Format"
|
|
xsi:noNamespaceSchemaLocation="../dtd/offerte.xsd"
|
|
xml:lang="en"><!--document meta information; to be filled in by the offerte writer-->
|
|
<meta>
|
|
<offered_service_long>penetration testing services</offered_service_long>
|
|
<!--if there is a shorter way of saying the same thing, you can type it here (it makes for more dynamic offerte text). If not, just repeat the long name.-->
|
|
<offered_service_short>penetration test</offered_service_short>
|
|
<xi:include href="snippets/company_info.xml"/>
|
|
<targets><!--one target element per target-->
|
|
<target>dsfsd</target>
|
|
<target>adfsd</target>
|
|
</targets>
|
|
<permission_parties>
|
|
<xi:include href="client_info.xml"/>
|
|
<party>
|
|
<full_name>dafaf</full_name>
|
|
<short_name>dad</short_name>
|
|
<!-- Name of the person who will need to sign the waiver for this vendor -->
|
|
<waiver_rep>sgf</waiver_rep>
|
|
<address>fsgf</address>
|
|
<city>sgf</city>
|
|
<country>sfgsfg</country>
|
|
</party>
|
|
</permission_parties>
|
|
<pentestinfo>
|
|
<duration>6</duration>
|
|
<!--duration of pentest, in working days-->
|
|
<test_planning>TBD</test_planning>
|
|
<!--date or date range in text, e.g. May 18th until May 25th, 2015-->
|
|
<report_due>TBD</report_due>
|
|
<!--date or date range in text, e.g. May 18th until May 25th, 2015-->
|
|
<nature>time-boxed</nature>
|
|
<type>crystal-box</type>
|
|
<!--please choose one of the following: black-box, grey-box, crystal-box-->
|
|
<fee denomination="euro">100</fee>
|
|
<!--(euro|dollar)-->
|
|
</pentestinfo>
|
|
<version_history><!--needed for date on frontpage and in signature boxes; it is possible to add a new <version> after each review; in that case, make sure to update the date/time-->
|
|
<version number="auto" date="2016-08-25T10:00:00"><!--actual date-time here; you can leave the number attribute alone-->
|
|
<v_author>ROS Writer</v_author>
|
|
<!--name of the author here; for internal use only-->
|
|
<v_description>Initial draft</v_description>
|
|
<!--for internal use only-->
|
|
</version>
|
|
</version_history>
|
|
</meta>
|
|
<!--Introduction and Scope-->
|
|
<xi:include href="snippets/offerte/en/introandscope.xml"/>
|
|
<!--Project overview section-->
|
|
<xi:include href="snippets/offerte/en/projectoverview.xml"/>
|
|
<!--Prerequisites section-->
|
|
<xi:include href="snippets/offerte/en/prerequisites.xml"/>
|
|
<!--Disclaimer section-->
|
|
<xi:include href="snippets/offerte/en/disclaimer.xml"/>
|
|
<!--Methodology section-->
|
|
<xi:include href="snippets/offerte/en/methodology.xml"/>
|
|
<xi:include href="snippets/offerte/en/codeauditmethodology.xml"/>
|
|
<xi:include href="snippets/offerte/en/teamandreporting.xml"/>
|
|
<!--Planning and payment section-->
|
|
<xi:include href="snippets/offerte/en/planningandpayment.xml"/>
|
|
<!--About Us section-->
|
|
<xi:include href="snippets/offerte/en/aboutus.xml"/>
|
|
<!--Work condition section-->
|
|
<xi:include href="snippets/offerte/en/conditions.xml"/>
|
|
<!--General terms and conditions section-->
|
|
<xi:include href="snippets/offerte/en/generaltermsandconditions.xml"/>
|
|
<!--Waivers-->
|
|
<xi:include href="snippets/offerte/en/waiver.xml"/>
|
|
</offerte>
|