Skip to content

Commit

Permalink
Merge pull request #209 from KennaSecurity/ishgaror-patch-9
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ishgaror authored Dec 6, 2023
2 parents 8b85719 + 277f5bf commit 9663309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NVD OS vs Application Vulnerabilities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Types of product type:
3. h: (Hardware): This is used to denote that the component is a piece of hardware. An example would be cpe:2.3:h:dell:poweredge_2950:-:*:*:*:*:*:*:*.
4. n: (Network): This is used to denote that the component is network. An example would be cpe:2.3:n:tls:example_tls:-:*:*:*:*:*:*:*.

#### Disclaimer: "This script uses the NVD API but is not endorsed or certified by the NVD."


## Usage
python nvd_os_app_custom_field.py
Expand All @@ -44,7 +46,7 @@ Update *custom_field_id = 4* with the custom field id from your customer's envir
### 4: Wait time for Export
By default the script waits for maximum time of 20 minutes to get the export from the customer's environment, in case your export is big and needs more time,
please update the *max_wait_time=1200* parameter (in seconds) to accomodate your export.
Note: The scipt was tested with 1200 seconds (20 minutes) with record count of ~8M and it executed successfully.
Note: The scipt was tested with 1200 seconds (20 minutes) with record count of ~2M and it executed successfully.

## Requirements
* python
Expand Down

0 comments on commit 9663309

Please sign in to comment.