Skip to content

Commit e0fb386

Browse files
committed
Minor fix
1 parent b7d9a2f commit e0fb386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shuffle-tools/1.2.0/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2153,7 +2153,7 @@ def get_ioc(self, ioc, data_type=""):
21532153
if len(data_type) == 0:
21542154
ioc_types = ["domains", "urls", "email_addresses", "ipv4s", "ipv6s", "ipv4_cidrs", "md5s", "sha256s", "sha1s", "cves"]
21552155

2156-
iocs = find_iocs(str(input_string))
2156+
iocs = find_iocs(str(ioc))
21572157
for key, value in iocs.items():
21582158
for item in value:
21592159
if item.lower() == ioc.lower():

0 commit comments

Comments
 (0)