Skip to content

Commit d238601

Browse files
Merge pull request #15 from MislavReversingLabs/main
Add execution_count
2 parents 47da11a + 6583c4a commit d238601

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

TitaniumCloud/sample_management.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
},
264264
{
265265
"cell_type": "code",
266+
"execution_count": null,
266267
"outputs": [],
267268
"source": [
268269
"file_override_response = file_reputation_override.list_active_overrides(\"sha256\")\n",
@@ -286,6 +287,7 @@
286287
},
287288
{
288289
"cell_type": "code",
290+
"execution_count": null,
289291
"outputs": [],
290292
"source": [
291293
"cleanup_response = file_reputation_override.override_classification(\n",
@@ -317,6 +319,7 @@
317319
},
318320
{
319321
"cell_type": "code",
322+
"execution_count": null,
320323
"outputs": [],
321324
"source": [
322325
"delete_file = DeleteFile(\n",
@@ -385,6 +388,13 @@
385388
"print(cleanup_response.text)"
386389
]
387390
},
391+
{
392+
"cell_type": "markdown",
393+
"source": [],
394+
"metadata": {
395+
"collapsed": false
396+
}
397+
},
388398
{
389399
"cell_type": "markdown",
390400
"metadata": {

0 commit comments

Comments
 (0)