Skip to content

Releases: raahoolkumeriya/malicious_detection

Docker Version

11 Feb 08:40
4bbe6f5
Compare
Choose a tag to compare

Docker version of malicious detection Fast api application

Bug fix for internal error and resolve domain return value

31 Jul 07:06
Compare
Choose a tag to compare

Bug 1: Internal Error issue due to incorrect query parameter setup
Query Parameter corrected to ip?data=ip_address and domain?data=domain_name from ?type=domain&data=domain_name and ?type=ip&data=ipv4_address

Bug 2: Resolve domain return
ValueError: [ValueError('dictionary update sequence element #0 has length 24; 2 is required'), TypeError('vars() argument must have dict attribute')]
Return response dictionary tries to update the dictionary key with incorrect type.