
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
BinaryAI-SDK is a library provides an abstracted client module to simplify the procedure of uploading file for analysis.
BinaryAI is a binary file security analysis platform. This SDK aims at providing a simple client to upload file and get analysis result. It also works as a demo on calling BinaryAI's GraphQL API directly.
To use SDK, you need a valid credential. Read BinaryAI docs about detailed instructions.
Python >= 3.9
python3 -m pip install binaryai
See the SDK document for guide.
The default endpoint is https://api.binaryai.cn/v1/endpoint
.
API Credentials are used for signing requests. We suggest you using our SDK or our library to sign it, but you can also
have your own implementation. We are using the signing method TC3-HMAC-SHA256
, same with the Tencent Cloud. You can
read their document about how to sign requests. BinaryAI would
require following fields:
Region = "ap-shanghai"
service = "binaryai"
Action = "BinaryAI"
Version = "2023-04-15"
Read the Changelog of our product, and hope you can also have fun reading papers related to our job:
FAQs
BinaryAI-SDK is a library provides an abstracted client module to simplify the procedure of uploading file for analysis.
We found that binaryai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.