node-virustotal
node-virustotal copied to clipboard
VirusTotal API for Node JS
Bumps [moment](https://github.com/moment/moment) from 2.28.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
When uploading files using the nvt.uploadFile function, the file hash is being modified from the original hash calculated on the device and some modified file is being sent to the...
Looks like file size comparison problem in S3.js: ``` - const thirtyTwoMegabytes = 34359738368; + const thirtyTwoMegabytes = 33554432; ``` Also: ``` 380: res = JSON.parse(res); 381: putInLine(function(){ 382: uploadFileToURL(asBuffer,...
I have added the correct value for the variable thirtyTwoMegabytes and added a JSON.parse to the response from the big file link getter function in order to make the file...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...
Tried various variations of the work url and always an error! ``` const nvt = require('node-virustotal'); const defaultTimedInstance = nvt.makeAPI(); const hashed = nvt.sha256('https://unicash.pro/'); const theSameObject = defaultTimedInstance.reAnalyzeURL(hashed, function(err, res){...
It appears the .rescanFile method is no longer valid and reporting Promise errors. Testing this in powershell, this now fails (it use to work last week) ... $u = 'https://www.virustotal.com/vtapi/v2/file/rescan'...
I am getting high vulnerabilities issue. with the latest package **3.35.0.** Node Version: 16.18.0 -------------------------------------------------------------------- ``` shelljs =2.0.9 Depends on vulnerable versions of shelljs node_modules/node-virustotal ``` -------------------------------------------------------------------- When I installed...