
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rustâs crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
Me am a markdown-based static site generator.
All you have to do is to write markdowns, then me publish your static site!
Yes, this official site is made by hestia!
$ npm install -g hestia
markdown/*.md to public/*/index.htmlFirst, set up your hestia.config.js like this:
module.exports = {
markdownPath: 'markdown',
publicPath: 'public',
app: {
charset: 'utf8',
port: 3000,
url: 'http://localhost',
title: 'Your App Title',
description: 'Your app description.',
author: {
name: 'Phamilia Hestia',
url: 'http://hestia.phamilia.co',
startYear: 2017
},
markdownLinkViewable: false
},
design: {
theme: 'bulma',
markdownStyle: 'github',
codeHighlightStyle: 'github'
},
menu: {
order: 'asc',
orderBy: 'filename',
selected: 'first'
},
icon: {
github: 'https://github.com/phamilia/hestia',
twitter: null,
facebook: null
}
};
Then, run hestia commands like below:
# 1. Build markdowns to html
$ hestia build --config hestia.config.js
# 2. Start application
$ hestia start --config hestia.config.js
# 1. Create Hestia Application
$ hestia new <app-name>
# 2. Write markdown documents at markdown/*.md
# 3. Start application
$ cd <app-name>
$ hestia start
# 4. See http://localhost:3000
FAQs
Markdown-based static site generator.
We found that hestia 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
Rustâs crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Googleâs UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.