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.
paragoo
_ is a static site generator, written in Python. It takes a
simple yaml
_ file with the structure of the site, the source
Markdown/HTML content files and the Jinja2
_ based templates and builds
a directory structure with the final website.
Run python paragoo.py
to get help. Typically, a command line looks
like this:
::
python paragoo.py generate_site -s /path/to/site_config -t /path/to/site_templates -o /path/to/output_dir
A more involved command including a Secure CoPy to a remote server can look like this:
::
python paragoo.py generate_site --clean -s ../aquariusoft.org/site -t ../aquariusoft.org/templates -o /tmp/aqs --clean; scp -pqr /tmp/aqs/* vps01:/srv/aquariusoft.org/
or:
python paragoo.py generate_site --clean --cachebuster -s ../../../website/mydomain.net/site -t ../paragoo-theme-material/build/material-grey --pathprefix page --makerooturi -o /srv/mydomain.net
To see what commands are available, run paragoo with --help
:
::
python paragoo.py --help
or:
python paragoo.py generate_site --help
Some pre-made templates to go with paragoo: paragoo material theme
_.
The name is derived from παράγω, which is Greek for ‘generate’, ‘produce’.
.. _paragoo: https://github.com/aquatix/paragoo .. _yaml: https://en.wikipedia.org/wiki/YAML .. _Jinja2: http://jinja.pocoo.org/ .. _paragoo material theme: https://github.com/aquatix/paragoo-theme-material
FAQs
Static site generator
We found that paragoo 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.
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.