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.
Mako <http://www.makotemplates.org/>
_ bindings for PyramidThese are bindings for the Mako templating system <https://www.makotemplates.org/>
_ for the Pyramid <https://trypyramid.com/>
_ web framework.
Documentation for pyramid_mako <https://docs.pylonsproject.org/projects/pyramid-mako/en/latest/>
_.
Add support for Python 3.5, 3.6, 3.7.
Require mako >= 1.1.0
.
Add a config option for preprocessor_wants_settings
. If set to true
,
the preprocessor
will be wrapped in a function that invokes the
preprocessor with pyramid's config settings as the second argument.
pyramid.reload_templates
using
mako.reload_templates
.nose-selecttests
.Add a new Configurator directive, config.add_mako_renderer
which
can be used to add a new mako renderer for a given extension. This
directive accepts an optional settings_prefix
to load settings and
configuration differently per-renderer as well.
Removed the private APIs, IMakoLookup
, MakoRendererFactoryHelper
,
and renderer_factory
. See the new config.add_mako_renderer
API
for updating offending code.
Remove dependency on pyramid.interfaces.ITemplateRenderer
from
Pyramid 1.5.
FAQs
Mako template bindings for the Pyramid web framework
We found that pyramid-mako 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.