Skip to content

Commit d86d1a1

Browse files
committed
fix: set inputSource to paste so module appears in import menu
1 parent 6113a96 commit d86d1a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misp_modules/modules/import_mod/socradar_taxii_feed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
}
5050

51-
inputSource = []
51+
inputSource = ["paste"]
5252

5353
moduleinfo = {
5454
"version": "1.0",

0 commit comments

Comments
 (0)