From 504e7688d64ccb5f89cf5b5d66c6bf079bbf5c96 Mon Sep 17 00:00:00 2001
From: skyanth
Date: Fri, 21 Jun 2019 17:04:53 +0200
Subject: [PATCH] continuing fix of faulty merge
---
xml/dtd/invoice.xsd | 1 -
xml/dtd/offerte.xsd | 15 +++++-----
xml/dtd/pentestreport.xsd | 4 ++-
xml/dtd/quickscope.xsd | 1 -
xml/dtd/servicebreakdown.xsd | 6 ++--
xml/source/servicebreakdown.xml | 28 +++++++++----------
.../snippets/offerte/en/engagementtime.xml | 4 +--
.../offerte/en/planningandpayment.xml | 2 +-
.../snippets/offerte/en/projectoverview.xml | 5 ++--
.../offerte/en/projectoverview_code-audit.xml | 3 +-
.../offerte/en/projectoverview_retest.xml | 2 +-
.../snippets/offerte/nl/engagementtime.xml | 4 +--
.../offerte/nl/planningandpayment.xml | 2 +-
.../snippets/offerte/nl/projectoverview.xml | 4 +--
xml/xslt/functions_params_vars.xslt | 4 +--
xml/xslt/off2rep.xsl | 4 ++-
xml/xslt/placeholders.xslt | 6 ----
xml/xslt/styles.xslt | 4 +++
xml/xslt/styles_off.xslt | 3 +-
19 files changed, 50 insertions(+), 52 deletions(-)
diff --git a/xml/dtd/invoice.xsd b/xml/dtd/invoice.xsd
index ab1797a..ded70fc 100644
--- a/xml/dtd/invoice.xsd
+++ b/xml/dtd/invoice.xsd
@@ -92,7 +92,6 @@
-
diff --git a/xml/dtd/offerte.xsd b/xml/dtd/offerte.xsd
index a93633f..7023c56 100644
--- a/xml/dtd/offerte.xsd
+++ b/xml/dtd/offerte.xsd
@@ -48,7 +48,6 @@
-
@@ -188,7 +187,7 @@
-
+
@@ -200,7 +199,7 @@
-
+
@@ -213,11 +212,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/xml/dtd/pentestreport.xsd b/xml/dtd/pentestreport.xsd
index 8b493a0..80c71d7 100644
--- a/xml/dtd/pentestreport.xsd
+++ b/xml/dtd/pentestreport.xsd
@@ -6,6 +6,7 @@
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
+
@@ -59,7 +60,6 @@
-
@@ -67,6 +67,7 @@
+
@@ -174,6 +175,7 @@
+
diff --git a/xml/dtd/quickscope.xsd b/xml/dtd/quickscope.xsd
index cb8287c..5078402 100644
--- a/xml/dtd/quickscope.xsd
+++ b/xml/dtd/quickscope.xsd
@@ -42,7 +42,6 @@
-
diff --git a/xml/dtd/servicebreakdown.xsd b/xml/dtd/servicebreakdown.xsd
index 9fd68fc..cabf698 100644
--- a/xml/dtd/servicebreakdown.xsd
+++ b/xml/dtd/servicebreakdown.xsd
@@ -16,7 +16,7 @@
-
+
@@ -47,14 +47,14 @@
-
+
-
+
diff --git a/xml/source/servicebreakdown.xml b/xml/source/servicebreakdown.xml
index b96cd2d..a272325 100644
--- a/xml/source/servicebreakdown.xml
+++ b/xml/source/servicebreakdown.xml
@@ -1,7 +1,7 @@
- Example Service 1: set duration in days and with hourly rate.
+ Example Service 1: set duration in days and with hourly rate.
2
10
@@ -9,8 +9,8 @@
- Example Service 2: variable duration with min/max parameters and with hourly
- rate.
+ Example Service 2: variable duration with min/max parameters and with hourly
+ rate.
3
4
@@ -21,14 +21,14 @@
- Example Service 3: set duration in days with CUSTOM (non-computed) set
- fee.
+ Example Service 3: set duration in days with CUSTOM (non-computed) set
+ fee.
5
500
- Example Service 4: set duration in hours with CUSTOM (non-computed) variable fee
- (min/max).
+ Example Service 4: set duration in hours with CUSTOM (non-computed) variable fee
+ (min/max).
4
100
@@ -36,13 +36,13 @@
- Example Service 5: set duration in days with CUSTOM (non-computed) estimated
- fee.
+ Example Service 5: set duration in days with CUSTOM (non-computed) estimated
+ fee.
4
1000
- Example Service 6: optional service
+ Example Service 6: optional service
1
2
@@ -53,22 +53,22 @@
- Example Extra Cost 1: set fee
+ Example Extra Cost 1: set fee
1000
- Example Extra Cost 2: variable min/max fee
+ Example Extra Cost 2: variable min/max fee
1000
1200
- Example Extra Cost 3: estimated fee
+ Example Extra Cost 3: estimated fee
600
- Example Extra Cost 4: with duration
+ Example Extra Cost 4: with duration
6
600
diff --git a/xml/source/snippets/offerte/en/engagementtime.xml b/xml/source/snippets/offerte/en/engagementtime.xml
index 34c625b..9aa0db5 100644
--- a/xml/source/snippets/offerte/en/engagementtime.xml
+++ b/xml/source/snippets/offerte/en/engagementtime.xml
@@ -1,4 +1,4 @@
-Based on the information provided, we expect this to be a -day
- engagement. The planning of this engagement is as follows:
+
Based on the information provided, we expect this engagement to take
+ persondays. The planning of this engagement is as follows:
\ No newline at end of file
diff --git a/xml/source/snippets/offerte/en/planningandpayment.xml b/xml/source/snippets/offerte/en/planningandpayment.xml
index 186b51d..02c14a0 100644
--- a/xml/source/snippets/offerte/en/planningandpayment.xml
+++ b/xml/source/snippets/offerte/en/planningandpayment.xml
@@ -5,7 +5,7 @@
will uphold the following schedule for the services:
- - performs a -day starting .
+ - performs a starting .
- delivers the final report on
.
diff --git a/xml/source/snippets/offerte/en/projectoverview.xml b/xml/source/snippets/offerte/en/projectoverview.xml
index 42ca7a1..6a6f422 100644
--- a/xml/source/snippets/offerte/en/projectoverview.xml
+++ b/xml/source/snippets/offerte/en/projectoverview.xml
@@ -18,10 +18,9 @@
will test for the presence of the most common
vulnerabilities, using both publicly available vulnerability scanning
- tools and manual testing. shall perform a
- -day
+ tools and manual testing. shall perform a
intrusive test via the
- internet (total estimated effort is persondays). A breakdown of the requested services can be found below:
+ internet (total estimated effort: persondays). A breakdown of the requested services can be found below:
diff --git a/xml/source/snippets/offerte/en/projectoverview_code-audit.xml b/xml/source/snippets/offerte/en/projectoverview_code-audit.xml
index 79e8caa..c73977e 100644
--- a/xml/source/snippets/offerte/en/projectoverview_code-audit.xml
+++ b/xml/source/snippets/offerte/en/projectoverview_code-audit.xml
@@ -16,8 +16,7 @@
will test for the presence of the most common vulnerabilities using a
combination of publicly available (static, dynamic and concolic) analytic tools, fuzzing and
- code reading. will perform this code audit in days
- ( persondays).
+ code reading. will need persondays for this code audit.
diff --git a/xml/source/snippets/offerte/en/projectoverview_retest.xml b/xml/source/snippets/offerte/en/projectoverview_retest.xml
index 732c9c8..ae6d5e2 100644
--- a/xml/source/snippets/offerte/en/projectoverview_retest.xml
+++ b/xml/source/snippets/offerte/en/projectoverview_retest.xml
@@ -15,7 +15,7 @@
will test using both publicly available vulnerability
scanning tools and manual testing. shall perform a
- -day, follow-up penetration test via the internet.
+ follow-up penetration test via the internet between and .
diff --git a/xml/source/snippets/offerte/nl/engagementtime.xml b/xml/source/snippets/offerte/nl/engagementtime.xml
index 5cac4af..e8084bc 100644
--- a/xml/source/snippets/offerte/nl/engagementtime.xml
+++ b/xml/source/snippets/offerte/nl/engagementtime.xml
@@ -1,4 +1,4 @@
-Op basis van de verstrekte informatie verwachten wij dat het uitvoeren van de
- opdracht dagen zal duren. De planning van de opdracht is als volgt:
+
Op basis van de verstrekte informatie verwachten wij persoondagen nodig te hebben voor het uitvoeren van de
+ opdracht. De planning van de opdracht is als volgt:
\ No newline at end of file
diff --git a/xml/source/snippets/offerte/nl/planningandpayment.xml b/xml/source/snippets/offerte/nl/planningandpayment.xml
index 1019b10..6c1d601 100644
--- a/xml/source/snippets/offerte/nl/planningandpayment.xml
+++ b/xml/source/snippets/offerte/nl/planningandpayment.xml
@@ -4,7 +4,7 @@
houdt de volgende planning aan voor haar werkzaamheden:
- - voert een -daagse uit op het doelwit: .
+ - voert een uit op het doelwit: .
- levert het definitieve rapport: .
diff --git a/xml/source/snippets/offerte/nl/projectoverview.xml b/xml/source/snippets/offerte/nl/projectoverview.xml
index e2e6e94..fa81fcd 100644
--- a/xml/source/snippets/offerte/nl/projectoverview.xml
+++ b/xml/source/snippets/offerte/nl/projectoverview.xml
@@ -19,8 +19,8 @@
zal testen op de aanwezigheid van de meest voorkomende
kwetsbaarheden, gebruik makend van zowel publiek beschikbare scanning tools,
- als door handmatig testen. zal een grondige -daagse
- ( persoondagen), test uitvoeren via internet.
+ als door handmatig testen. zal een grondige
+ test van persoondagen uitvoeren via internet.
diff --git a/xml/xslt/functions_params_vars.xslt b/xml/xslt/functions_params_vars.xslt
index 8d9db6f..78a7924 100644
--- a/xml/xslt/functions_params_vars.xslt
+++ b/xml/xslt/functions_params_vars.xslt
@@ -104,7 +104,7 @@
(Optional)
-
+
@@ -189,7 +189,7 @@
ERROR: cannot compute fee for
"" - effort and/or hourly rate
+ select="specification"/>" - effort and/or hourly rate
missing
diff --git a/xml/xslt/off2rep.xsl b/xml/xslt/off2rep.xsl
index d5f8da8..4e54ed4 100644
--- a/xml/xslt/off2rep.xsl
+++ b/xml/xslt/off2rep.xsl
@@ -167,10 +167,12 @@
Scope of work
The scope of the penetration test was limited to the following target:
+ A breakdown of the scoped services can be found below:
+
Project objectives
- ...
+
Timeline
diff --git a/xml/xslt/placeholders.xslt b/xml/xslt/placeholders.xslt
index 2b45c3e..a3123ed 100644
--- a/xml/xslt/placeholders.xslt
+++ b/xml/xslt/placeholders.xslt
@@ -184,12 +184,6 @@
-
-
-
-
-
-
diff --git a/xml/xslt/styles.xslt b/xml/xslt/styles.xslt
index 89d2afe..2bec35a 100644
--- a/xml/xslt/styles.xslt
+++ b/xml/xslt/styles.xslt
@@ -451,4 +451,8 @@
+
+
+
+
diff --git a/xml/xslt/styles_off.xslt b/xml/xslt/styles_off.xslt
index 5f8bfaf..42a2bb9 100644
--- a/xml/xslt/styles_off.xslt
+++ b/xml/xslt/styles_off.xslt
@@ -38,7 +38,8 @@
2.75cm
-
+
+
right
0.75cm