You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time was an issue when in developement and wasn't able to integrate the functionality of getting the external API scan from VirusTotal into the extension. The difficulty is creating the right listeners and message senders to invoke and display the results. The code iteself needs to be improved upon and multiple UI elements need to be added to the results panel of each scan. The code for displaying the results needs to be added to the UI as well as instructions.
Solution
The idea was to have a stepper in the MUI to explain how each user can go to the website and get an API key, and store that key in the setting.json (a more secure way than just adding the key directly into an input box). The functionality to grab that key is commented out in the virusTotal folder.
Also, the functionality itself could be improved upon. Currently the code waits 30 seconds before requesting the results, which works a lot of the time but could be improved on. There is a way to make requests to check if the status is complete. This could possibly be done every 20 or 30 seconds.
Additional information
No response
👨👧👦 Contributing
🙋♂️ Yes, I'd love to make a PR to implement this feature!
The text was updated successfully, but these errors were encountered:
Problem
Time was an issue when in developement and wasn't able to integrate the functionality of getting the external API scan from VirusTotal into the extension. The difficulty is creating the right listeners and message senders to invoke and display the results. The code iteself needs to be improved upon and multiple UI elements need to be added to the results panel of each scan. The code for displaying the results needs to be added to the UI as well as instructions.
Solution
The idea was to have a stepper in the MUI to explain how each user can go to the website and get an API key, and store that key in the setting.json (a more secure way than just adding the key directly into an input box). The functionality to grab that key is commented out in the virusTotal folder.
Also, the functionality itself could be improved upon. Currently the code waits 30 seconds before requesting the results, which works a lot of the time but could be improved on. There is a way to make requests to check if the status is complete. This could possibly be done every 20 or 30 seconds.
Additional information
No response
👨👧👦 Contributing
The text was updated successfully, but these errors were encountered: