Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
nanoc-checking-checks-vnu
Advanced tools
A nanoc check that validates HTML, CSS, and SVG output files locally with the Nu Html Checker (v.Nu).
Install v.Nu and place the vnu
executable on your PATH
.
Add this line to your application's Gemfile:
gem 'nanoc-checking-checks-vnu'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install nanoc-checking-checks-vnu
Add this line to a Ruby file inside your site's lib
directory:
require 'nanoc/checking/checks/vnu'
Then execute:
$ nanoc check vnu # prefix with `bundle exec` as appropriate
You can automatically run this check at deploy time by adding vnu
to
the checking
section of nanoc.yaml
.
By default, CSS and SVG files are validated in addition to HTML files.
This can be changed by configuring the check in nanoc.yaml
:
checks:
vnu:
also_check_css: no
also_check_svg: no
You can further disable particular errors by passing a value for the
--filterpattern
option, which takes a regex matching the whole message:
checks:
vnu:
filterpattern: '.*color-mix.*'
Bug reports and pull requests are welcome on GitHub at https://github.com/query/nanoc-checking-checks-vnu.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that nanoc-checking-checks-vnu 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.