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.
pelican-theme-smallweb
Advanced tools
This is a simple yet modern-looking theme for Pelican blogs. It uses no JavaScript, and all HTML/CSS had been crafted by hand - remember webmasters?
Demo: https://sio.github.io/pelican-smallweb/default/
Theme name is inspired by the idea of small web - a simpler old-style web of personal pages that didn't actually disappear but has become a lot less visible as Internet had grown older and larger. Authors would like to thank Marginalia Search for keeping the spirit alive!
This theme is installable via PyPI:
$ pip install pelican-theme-smallweb
Latest development version is also installable:
$ pip install git+https://github.com/sio/pelican-smallweb/
Import it in your pelicanconf.py
:
from pelican.themes import smallweb
THEME = smallweb.path()
This theme uses Google Fonts by default. If you do not want third-parties to
track your visitors, set ALLOW_GOOGLE_FONTS = False
in your pelicanconf.py
and (optionally) provide self-hosted version of fonts via CSS_OVERRIDE
list.
No other third-party resources are referenced.
No personally identifiable information is collected.
FAQs
SmallWeb theme for Pelican static site generator
We found that pelican-theme-smallweb 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.