vaas icon indicating copy to clipboard operation
vaas copied to clipboard

Verdict-as-a-Service SDKs: Analyze files for malicious content

Results 15 vaas issues
Sort by recently updated
recently updated
newest added

Sometimes, gradle builds don't terminate. Investigation revealed that this is caused by gradle trying to upload a build scan (https://docs.gradle.org/current/userguide/build_scans.html) to gradle's servers. This may cause a ToS warning, which...

Use [AMPHP](https://github.com/amphp/amp?tab=readme-ov-file) to go async

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chai](http://chaijs.com) ([source](https://togithub.com/chaijs/chai)) | devDependencies | major | [`4.5.0` -> `5.1.1`](https://renovatebot.com/diffs/npm/chai/4.5.0/5.1.1) | | [chai-as-promised](https://togithub.com/chaijs/chai-as-promised)...

This is not complete yet. Missing is the Exceptions throw in the EventLoop while no request is running.

This PR changes the Rust SDK in such a way, that on "Malicious" and "Pup" a detection name is always provided. In the case that a detection hits the blacklist...

So basically you can now require a specific branch. Branches that are named like phpdev-* are pushed without the phpdev- prefix to the vaas-php repository. So when you have a...

* Reorder some functions for better reading flow * Generalize for_file: Allow any type that implements a new interface "UploadData". Add a new internal function for_generic that uses UploadData-types. for_file...

Add a function that takes a buffer that is already in memory and scan it with vaas instead of a file path or stream.