|
| 1 | +diff -ruN /home/user/git/pentext-docker/quickscope/integration/tmp/source/test-remote.git/source/offerte.xml /home/user/git/pentext-docker/quickscope/integration/tmp/remote/test-remote.git/source/offerte.xml |
| 2 | +--- /home/user/git/pentext-docker/quickscope/integration/tmp/source/test-remote.git/source/offerte.xml 1970-01-01 01:00:00.000000000 +0100 |
| 3 | ++++ /home/user/git/pentext-docker/quickscope/integration/tmp/remote/test-remote.git/source/offerte.xml 2025-09-25 00:48:52.129967308 +0200 |
| 4 | +@@ -0,0 +1,57 @@ |
| 5 | ++<?xml version="1.0" encoding="UTF-8"?> |
| 6 | ++<offerte xmlns:xi="http://www.w3.org/2001/XInclude" |
| 7 | ++ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 8 | ++ xsi:noNamespaceSchemaLocation="../dtd/offerte.xsd" |
| 9 | ++ xml:lang="en"><!--document meta information; to be filled in by the offerte writer--> |
| 10 | ++ <meta> |
| 11 | ++ <title>Quote</title> |
| 12 | ++ <offered_service_long>penetration testing services</offered_service_long> |
| 13 | ++ <!--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.--> |
| 14 | ++ <offered_service_short>penetration test</offered_service_short> |
| 15 | ++ <xi:include href="snippets/company_info.xml"/> |
| 16 | ++ <targets><!--one target element per target--> |
| 17 | ++ <target/> |
| 18 | ++ <target/> |
| 19 | ++ </targets> |
| 20 | ++ <permission_parties> |
| 21 | ++ <xi:include href="client_info.xml"/> |
| 22 | ++ </permission_parties> |
| 23 | ++ <activityinfo> |
| 24 | ++ <persondays>0</persondays> |
| 25 | ++ <!--duration of pentest, in persondays--> |
| 26 | ++ <planning> |
| 27 | ++ <start>YYYY-MM-DD</start> |
| 28 | ++ <end>TBD</end> |
| 29 | ++ </planning> |
| 30 | ++ <!--start and end dates, in ISO format: 'YYYY-MM-DD' - or 'TBD'--> |
| 31 | ++ <report_due>TBD</report_due> |
| 32 | ++ <!--date or date range in text, e.g. May 18th until May 25th, 2024--> |
| 33 | ++ <nature>time-boxed</nature> |
| 34 | ++ <type>crystal-box</type> |
| 35 | ++ <!--please choose one of the following: black-box, grey-box, crystal-box--> |
| 36 | ++ <fee denomination="eur">0</fee> |
| 37 | ++ <!--(eur|usd|gbp)--> |
| 38 | ++ <xi:include href="servicebreakdown.xml"/> |
| 39 | ++ </activityinfo> |
| 40 | ++ <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--> |
| 41 | ++ <version number="auto" date="2025-09-24T10:00:00"><!--actual date-time here; you can leave the number attribute alone--> |
| 42 | ++ <v_author>ROS Writer</v_author> |
| 43 | ++ <!--name of the author here; for internal use only--> |
| 44 | ++ <v_description>Initial draft</v_description> |
| 45 | ++ <!--for internal use only--> |
| 46 | ++ </version> |
| 47 | ++ </version_history> |
| 48 | ++ </meta> |
| 49 | ++ <xi:include href="snippets/offerte/en/introandscope.xml"/> |
| 50 | ++ <xi:include href="snippets/offerte/en/projectoverview.xml"/> |
| 51 | ++ <xi:include href="snippets/offerte/en/prerequisites.xml"/> |
| 52 | ++ <xi:include href="snippets/offerte/en/disclaimer.xml"/> |
| 53 | ++ <xi:include href="snippets/offerte/en/methodology.xml"/> |
| 54 | ++ <xi:include href="snippets/offerte/en/additional-code-audit_methodology.xml"/> |
| 55 | ++ <xi:include href="snippets/offerte/en/teamandreporting.xml"/> |
| 56 | ++ <xi:include href="snippets/offerte/en/planningandpayment.xml"/> |
| 57 | ++ <xi:include href="snippets/offerte/en/aboutus.xml"/> |
| 58 | ++ <xi:include href="snippets/offerte/en/conditions.xml"/> |
| 59 | ++ <xi:include href="snippets/offerte/en/generaltermsandconditions.xml"/> |
| 60 | ++ <xi:include href="snippets/offerte/en/waiver.xml"/> |
| 61 | ++</offerte> |
0 commit comments