We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
N/A
Malwares analyzer has a wrong API URL. In malwares_api.py :
class Api():
def init(self, api_key=None): self.base = 'https://www.malwares.com/api/v2/'
According to https://www.malwares.com/about/api the new URL is:
https://public.api.malwares.com/v3/
The text was updated successfully, but these errors were encountered:
#292 fix API url
a864a37
No branches or pull requests
Request Type
Bug
Work Environment
N/A
Description
Malwares analyzer has a wrong API URL. In malwares_api.py :
class Api():
def init(self, api_key=None):
self.base = 'https://www.malwares.com/api/v2/'
Possible Solutions
According to https://www.malwares.com/about/api the new URL is:
https://public.api.malwares.com/v3/
The text was updated successfully, but these errors were encountered: