Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.