Skip to content

Commit

Permalink
Small grammatical edits made to the PE report
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Nov 1, 2024
1 parent 20f09d8 commit 8264156
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions src/pe_reports/reportlab_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,11 @@ def doHeading(text, sty):
Story.append(
ListFlowable(
[
ListItem(
Paragraph("Credentials Leaked/Exposed", body),
leftIndent=35,
value="bulletchar",
),
ListItem(
Paragraph("Domain Masquerading and Monitoring", body),
leftIndent=35,
Expand Down Expand Up @@ -667,12 +672,12 @@ def doHeading(text, sty):
)
)

Story.append(doHeading("1.2 How to use this report", h2))
Story.append(doHeading("1.2 How to Use This Report", h2))
Story.append(
Paragraph(
"""While it is not our intent to prescribe to you a particular process for remediating
vulnerabilities, we hope you will use this report to strengthen your security posture.
Here is a basic flow:<br/><br/>""",
Here is a recommended work flow:<br/><br/>""",
body,
)
)
Expand All @@ -698,15 +703,15 @@ def doHeading(text, sty):
),
ListItem(
Paragraph(
"""Want to see our raw data? Navigate to page 5 where you can open the embedded Excel
"""View the raw data used to generate this report by navigating to page 5 where you can open the embedded Excel
files. If you are having trouble opening these files, make sure to use Adobe Acrobat.""",
body,
),
leftIndent=35,
),
ListItem(
Paragraph(
"""More questions? Please refer to the Frequently Asked Questions found on page 19. Please
"""If you have any questions regarding your report, please refer to the Frequently Asked Questions found on page 19. Please
feel free to contact us at [email protected] with any further questions or concerns.<br/><br/>""",
body,
),
Expand Down Expand Up @@ -1683,7 +1688,7 @@ def doHeading(text, sty):
Story.append(point12_spacer)
Story.append(
Paragraph(
"""<font face="Franklin_Gothic_Medium_Regular">What should I expect in terms of P&amp;E's Findings? </font><br/>
"""<font face="Franklin_Gothic_Medium_Regular">What should I expect in terms of P&amp;E's findings? </font><br/>
The Posture and Exposure team uses numerous tools and open-source intelligence (OSINT) gathering tactics to
identify the potential weaknesses listed below. The data is then analyzed and complied into a Posture and
Exposure Report which provides both executive level information and detailed information for analysts that
Expand Down Expand Up @@ -1762,19 +1767,6 @@ def doHeading(text, sty):
)
Story.append(point12_spacer)

Story.append(
Paragraph(
"""<font face="Franklin_Gothic_Medium_Regular">Do you perform scans of our networks?</font><br/>
P&amp;E does not perform active scanning. The information we gather is through passive collection from numerous
public and vendor data sources. As such, we collect data on a continual basis, and provide summary reports
twice a month.
""",
body,
)
)
Story.append(point12_spacer)

Story.append(
Paragraph(
"""<font face="Franklin_Gothic_Medium_Regular">How will the results be provided to me?</font><br/>
Expand Down

0 comments on commit 8264156

Please sign in to comment.