Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@syntest/search
Advanced tools
The aim of the common core of the SynTest Framework is to extract the common parts (e.g., core infrastructure, search algorithms, encodings) of the different language specific SynTest Tools.
core:
The common core of the SynTest Framework.
SynTest is a framework for automating the generation of test cases based on JavaScript. This library is not meant to be used directly. To make use of the framework, please use one of the specific implementation for the different supported languages (e.g., Solidity and JavaScript/Typescript). These implementations can be found in the SynTest Framework organization.
The common core contains the common interfaces for the code control-flow representation, test case structure, genes, and the implementation for the meta-heuristic search algorithms.
For more in-depth information about the architecture we refer to: Architecture.
The simplest way to use syntest-core is by installing the npm package.
$ npm install @syntest/search
The library can be used by cloning the project, installing its dependencies, compiling the TypeScript, and requiring it in your project:
$ git clone git@github.com:syntest-framework/syntest-core.git
$ npm install
$ npm run build
$ npm install /path/to/syntest-core
For questions and help with how to use this library, please see SUPPORT.md.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change. For more information, please see CONTRIBUTING.md.
The code within this project is licensed under the Apache-2.0 license.
FAQs
The common core of the SynTest Framework
The npm package @syntest/search receives a total of 2 weekly downloads. As such, @syntest/search popularity was classified as not popular.
We found that @syntest/search demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.