Skip to content

Commit e078abf

Browse files
committed
gis-9379 fix
1 parent 1dc6745 commit e078abf

File tree

1 file changed

+1
-1
lines changed
  • uncoder-core/app/translator/tools

1 file changed

+1
-1
lines changed

uncoder-core/app/translator/tools/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
DefaultIOCType = list(get_args(IOCType))
1212
DefaultHashType = list(get_args(HashType))
13-
DefaultIocParsingRule = list(get_args(IocParsingRule))
13+
DefaultIocParsingRule = list(get_args(Literal["remove_private_and_reserved_ips"]))
1414

1515
HASH_MAP = {"md5": "HashMd5", "sha1": "HashSha1", "sha256": "HashSha256", "sha512": "HashSha512"}
1616

0 commit comments

Comments
 (0)