
Security News
VulnCon 2025: NVD Scraps Industry Consortium Plan, Raising Questions About Reform
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Blogsiple is the official Node.js testbed for Create CMS UI integration. It has been built using the NodeXT framework.
$ npm install -g blogsiple
Check out this repository from GitHub:
$ git://github.com/bergie/blogsiple.git
Then install dependencies:
$ cd blogsiple
$ npm install
You also need a JugglingDB database provider. By default we use Redis, which is installed via dependencies.
With globally-installed Blogsiple with a default configuration:
$ blogsiple
With locally-installed Blogsiple:
$ ./bin/blogsiple configuration/redis_8001.json
If you want to use a different database or a server setup, just create your own NodeXT configuration file for Blogsiple.
You can populate the Blogsiple database with blog posts from any RSS feed. Do this with:
$ ./bin/blogsiple_import_rss configuration/redis_8001.json http://bergie.iki.fi/blog/rss.xml
For now Blogsiple is intended to serve only as an example and CreateJS development testbed. But even so, contributions are welcome.
Blogsiple code is available under the MIT license.
FAQs
Simple CMS for NodeXT and Create
The npm package blogsiple receives a total of 0 weekly downloads. As such, blogsiple popularity was classified as not popular.
We found that blogsiple 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
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.