Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
This package implements the interface between the framework for motion planning of automated vehicles commonroad-io and the traffic simulator SUMO. The interface is presented in detail in our paper [1].
Please refer to the documentation and tutorials.
To run interactive scenarios, denoted by the suffix I
, from the CommonRoad database,
please use the script from the corresponding repository gitlab.lrz.de/tum-cps/commonroad-interactive-scenarios.
[1] Moritz Klischat, Octav Dragoi, Mostafa Eissa, and Matthias Althoff, Coupling SUMO with a Motion Planning Framework for Automated Vehicles, SUMO 2019: Simulating Connected Urban Mobility
You can easily install all dependencies with poetry:
$ poetry install --with tests --with dev
To run the tests you can use:
$ export SUMO_HOME=$(whereis sumo)
$ poetry run pytest tests/ --ignore=./tests/sumocr/sumo_docker
pre-commit is used to run a variety of checks on the code (e.g. formatting with black
).
You can install the hooks with:
$ pre-commit install
Those hooks will be run everytime you run git commit
.
The documentation is built with sphinx. Before building make sure to install the required dependencies:
$ poetry install --with docs
Than you can build the documentation with:
$ cd docs/source
$ poetry run sphinx-build -b html . ../../public
After the built finished successfully you can view in you browser by opening public/index.html
from the root of the project.
If you perfomed API changes, you might need to recreate the API doc:
$ cd docs
$ poetry run sphinx-apidoc -o ./source/api ../sumocr
FAQs
Python tool to interface with the SUMO traffic simulator
We found that sumocr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.