Describe the bug
in assemblyline-service-safelist project version 4.5.0.stable13, the method declaration import_update have three parameters but the call have four parameters
To Reproduce
Steps to reproduce the behavior:
Go to assemblyline-service-safelist project with tag V4.5.0.stable13
Open file update_server.py
line 196 def import_update(self, file_path, source_name: str, default_classification=None):
line 330 self.import_update(file, self.client, source_name, default_classification)
Expected behavior
No errors during NSRL updates
Screenshots
NA
Environment (please complete the following information if pertinent):
Describe the bug in assemblyline-service-safelist project version 4.5.0.stable13, the method declaration import_update have three parameters but the call have four parameters
To Reproduce Steps to reproduce the behavior:
def import_update(self, file_path, source_name: str, default_classification=None):
self.import_update(file, self.client, source_name, default_classification)
Expected behavior No errors during NSRL updates
Screenshots NA
Environment (please complete the following information if pertinent):
Additional context NA