Skip to content

Commit

Permalink
Update nvd_os_app_custom_field.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ishgaror authored Dec 7, 2023
1 parent 9663309 commit a6869c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def request_data_export(token_variable):
"open",
"risk accepted",
"false positive"
]
],
"custom_fields:Vuln Type": ["none"]
}
response = requests.post(url, headers=headers, json=data)
if response.status_code == 200:
Expand Down

0 comments on commit a6869c8

Please sign in to comment.