
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
Kary's Web Preprocessor to bring C-Style Comments for the Web, Legend Compilers and Language Mixing for the modern Static Website development
At Kary Foundation we use a very rich stack to build web. We use higher languages like TypeScript and Less. And templating via Jekyll. However when it comes to writing content it gets hard. We use Markdown for normal content and Legend for side commenting.
When it comes to having markdown, html and legend fixed together it really gets hard. Also HTML comments are horrible. As the foundation with most prestige on code management via commenting we need to have a C-family style of commenting so that we can bring Kary Comments into our document files.
In order to have all the said factors we developed Pageman. A base that lets you mixup all these languages with kary comments. This is a file made possible with pageman's preprocess:

Simply install the pageman with npm
% npm install -g pageman
Kary Foundation provides a Pageman Language Support Extension for Visual Studio Code that you can use to highlight Pageman code.
If you specify any file it will build just the said files
% pageman yourfile.kfml something.kfml
However you can also build the the whole directory by just typing
% pageman
And you can run a watching server with
% pageman -w
If you're using legend commentings in your website please make sure you have these CSS classes defined.
FAQs
Kary's Web Preprocessor to bring C-Style Comments for the Web, Legend Compilers and Language Mixing for the modern Static Website development
We found that pageman 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.