Releases: raahoolkumeriya/malicious_detection
Releases · raahoolkumeriya/malicious_detection
Docker Version
Docker version of malicious detection Fast api application
Bug fix for internal error and resolve domain return value
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.