You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Scanner Vulnerabilities Report/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
If you are bringning data from multiple connectors and have locator order updated to merge assets and vulnerabilities, then scanner vulnerabilities from multiple connectors get tied to a single vulnerability ID.
5
5
In order to close the vulnerability in Kenna, scanner vulnerability from all the connector sources should get validated and closed.
6
6
7
-
This script helps to create a list of vulnerabilities which are kept open by one of the connector but closed by the other connector(s).
7
+
This script helps to create a list of vulnerabilities & the related assets which are kept open by one of the connector but closed by the other connector(s).
8
8
This can help you validate the scanning from the respective scanner keeping the detection open.
By default, https://api.kennasecurity.com/ is being used. Update it to w.r.t your environment.
19
+
By default, https://api.kennasecurity.com/ is being used on Line # 17. Update it to w.r.t your environment.
20
20
21
21
### 2: API Key Token
22
22
Set an environment variable named KENNA_API_KEY with your actual API key as its value. The way you do this can vary depending on your operating system and the interface you're using (command line, graphical interface, etc.).
@@ -29,8 +29,8 @@ In macOS or Linux, you can set an environment variable in the terminal using the
29
29
*export KENNA_API_KEY=your-api-key*
30
30
31
31
### 3: Wait time for Export
32
-
By default the script waits for maximum time of 90 minutes to get the export from the customer's environment, in case your export is big and needs more time,
33
-
please update the *max_wait_time=5400* (in seconds) parameter on line #52 to accomodate your export.
32
+
By default the script waits for maximum time of 200 minutes to get the export from the customer's environment, in case your export is big and needs more time,
33
+
please update the *max_wait_time=12000* (in seconds) parameter on line #62 to accomodate your export.
34
34
Note: The scipt was tested with maximum time of 5400 seconds (90 minutes) with record count of ~24M and it executed successfully in 44 minutes.
0 commit comments