Skip to content

Commit

Permalink
Remove secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ababhis2 committed Aug 29, 2024
1 parent bbdb1ac commit d3381bd
Showing 1 changed file with 0 additions and 68 deletions.
68 changes: 0 additions & 68 deletions postman/Kenna_API_postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -6281,76 +6281,8 @@
{
"name": "Create Finding",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "uJPSArehEUbWNDPeGBWggsUUvNUBdKG82vX6Pzt4C1s6451V36cRcYz6tqxcChUg",
"type": "string"
},
{
"key": "key",
"value": "X-Risk-Token",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "X-Risk-Token",
"value": "<token>"
},
{
"key": "Content-type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"finding\": {\n \"additional_fields\": {\n \"fields\": [\n { \"field_name\": \"foo\", \"value\": \"far\" },\n { \"field_name\": \"boo\", \"value\": \"bar\" }\n ]\n },\n \"asset_id\": 123,\n \"closed_at\": \"2020-06-16T17:50:33.000Z\",\n \"due_date\": \"2020-06-17\",\n \"external_unique_id\": \"3287238723\",\n \"found_on\": \"2020-06-11T15:25:43.000Z\",\n \"identifier\": \"CWE-242\",\n \"last_found_on\": \"2020-06-15T12:28:10.000Z\",\n \"prioritized\": true,\n \"remediation\": \"Fix me!\",\n \"scanner_score\": 67,\n \"status\": \"resolved\"\n }\n }"
},
"url": {
"raw": "https://api.kennasecurity.com/findings",
"protocol": "https",
"host": [
"api",
"kennasecurity",
"com"
],
"path": [
"findings"
]
},
"description": "Creates a single finding and returns the record."
},
"response": []
},
{
"name": "Create Finding Copy",
"request": {
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "uJPSArehEUbWNDPeGBWggsUUvNUBdKG82vX6Pzt4C1s6451V36cRcYz6tqxcChUg",
"type": "string"
},
{
"key": "key",
"value": "X-Risk-Token",
"type": "string"
}
]
},
"method": "POST",
"header": [
{
"key": "X-Risk-Token",
"value": "<token>"
},
{
"key": "Content-type",
"value": "application/json"
Expand Down

0 comments on commit d3381bd

Please sign in to comment.