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.
= hx
A miniature web site generator; a spiritual successor to Hobix.
== History
== Concepts
=== Filters
=== Require and Autoload
Hx supports a very limited sort of autoload; when a filter class name
is provided in a configuration file, and that class doesn't already
exist, Hx will try to require a corresponding library. The name of that
library will be derived from the class name; for example, if
Hx::Backend::RawFiles is missing, Hx will try to require
hx/backend/rawfiles
.
Beyond this, you can also manually require additional libraries
at load time by listing them in the require
section in
the configuration file.
== Tutorial
=== A Trivial Static Site
options: output_dir: site output:
=== A Site With Entries and Indexes
options: output_dir: site sources: entries: - filter: Hx::Backend::Hobix options: entry_dir: entries - sort_by: updated indices: input: entries filter: Hx::Listing::RecursiveIndex output:
=== A Site with Date-Based Archives and an Atom Feed
options: output_dir: site template_dir: templates sources: entries: - filter: Hx::Backend::Hobix options: entry_dir: entries - sort_by: updated indices: input: entries filter: Hx::Listing::RecursiveIndex archives: input: entries filter: Hx::Listing::DateArchive sort_by: id output:
== Copyright
Copyright (c) 2009-2011 MenTaLguY. See LICENSE for details.
FAQs
Unknown package
We found that hx demonstrated a not healthy version release cadence and project activity because the last version was released 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.