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.
.. image:: https://github.com/inveniosoftware/flask-menu/workflows/CI/badge.svg :target: https://github.com/inveniosoftware/flask-menu/actions .. image:: https://coveralls.io/repos/inveniosoftware/flask-menu/badge.png?branch=master :target: https://coveralls.io/r/inveniosoftware/flask-menu .. image:: https://pypip.in/v/Flask-Menu/badge.png :target: https://pypi.python.org/pypi/Flask-Menu/ .. image:: https://pypip.in/d/Flask-Menu/badge.png :target: https://pypi.python.org/pypi/Flask-Menu/
Flask-Menu is a Flask extension that adds support for generating menus.
Flask-Menu is on PyPI so all you need is: ::
pip install Flask-Menu
Documentation is readable at https://flask-menu.readthedocs.io/ or can be build using Sphinx: ::
git submodule init
git submodule update
pip install Sphinx
python setup.py build_sphinx
Running the test suite is as simple as: ::
python setup.py test
or, to also show code coverage: ::
./run-tests.sh
external_url
parameter to MenuEntryMixin's register
function, allowing menu items with external urls not tied to
an endpoint.url_for
. (#33).dockerignore
excluding among others Python cache
files. This solves a problem when using both tox
and docker
to run
the test suite on the same host. (#29)has_active_child(recursive=True)
in MenuEntryMixin
. (#25)MenuItem
attributes. (#19)FAQs
"Flask-Menu is a Flask extension that adds support for generating menus."
We found that flask-menu demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
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.