
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Pluvial is a Python package for generating static websites from markdown files, born out of a rainy day project. The name "pluvial" was chosen as a nod to the day the project was started, which happened to be a particularly rainy day.
For installers for operating systems other than linux see https://docs.conda.io/en/latest/miniconda.html
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -s --output miniconda.sh
chmod +x miniconda.sh
./miniconda.sh -u
rm miniconda.sh
You may need to reopen your shell after installing miniconda
conda create -n pluvial python=3.10
conda activate pluvial
conda install --file requirements.txt
The default port is 5000
python ./app/main.py
With your working directory in the root of the repository
docker build --tag pluvial .
docker run -p 5000:5000 pluvial
or for detached mode
docker run -d -p 5000:5000 pluvial
docker login
docker build --tag mullinmax/pluvial:latest .
docker push mullinmax/pluvial:latest
FAQs
Markdown-based static site generator
We found that pluvial 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.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.