@threatcaptain/tc-reports 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/dist/index.cjs +2246 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2246 -0
- package/dist/index.js.map +1 -0
- package/package.json +113 -0
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Threat Captain Reports Module
|
|
2
|
+
|
|
3
|
+
Reports module
|
|
4
|
+
|
|
5
|
+
- How bad the breach could be (big scary number + the amortization of risk over time)
|
|
6
|
+
- Customer’s current risk tolerance
|
|
7
|
+
- How likely is the bad thing to happen
|
|
8
|
+
- The results of the CIS assessment and the cyber insurance health score
|
|
9
|
+
- What this means for the customer
|
|
10
|
+
- How things will be different after we help you
|
|
11
|
+
- New CIS % and Cyber Health Insurance scores based on package ABC / XYZ
|