
Security News
TC39 Advances 11 Proposals for Math Precision, Binary APIs, and More
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
https://github.com/muteria/muteria
Muteria is a Software Analysis/Testing framework that integrate multiple tools. Muteria support tools from various programming languages which are supported by implementing a driver.
Report Sample.
Muteria can be used through:
Muteria is written in Python and thus can run on Windows, Linux or macOS.
muteria requires Python 3.
pip install muteria
muteria --help
Muteria requires to have the underlying tools installed on the system.
A docker image, with preinstalled tools, can be used to run muteria on a sample C language program. The installed tools are: GNU GCov, KLEE, Shadow, Mart, SEMu.
docker pull thierrytct/cm
docker run -it --rm thierrytct/cm bash
git clone https://github.com/muteria/example_c.git
cd example_c
muteria --config ctrl/conf.py --lang c run
Example of measuring coverage for a python program using coverage.py.
coverage.py
:pip install coverage
git clone https://github.com/muteria/example_python.git
cd example_python
muteria --config ctrl/conf.py --lang python run
Details on writing drivers for testcase (test generation) tools can be found here.
Details on writing drivers for test criteria tools can be found here.
Ensure tools plugins do not leave the repo srcs or exes in an infected state. They must cleanup the changes made. Ensure that by cleaning for them at top level (when the driver's methods are called in the meta tools)
Handle reporting test error in stats (first within meta test execution)
Enable having no criterion set
Complete and test the web UI.
Choice of test level (unit, system, ...)
Complete the documentation
Augment the test suite
FAQs
Software Analysis and Testing Framework
We found that muteria 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
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.