All Projects → davityavryan → yarn-audit-html

davityavryan / yarn-audit-html

Licence: MIT License
Generate a HTML report for Yarn Audit

Programming Languages

EJS
674 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to yarn-audit-html

Salus
Security scanner coordinator
Stars: ✭ 441 (+2221.05%)
Mutual labels:  yarn, audit
XCTestHTMLReport
Xcode-like HTML report for Unit and UI Tests
Stars: ✭ 581 (+2957.89%)
Mutual labels:  html-report
discord-audit-log-bot
A Discord bot that extends Discord's native Audit Log.
Stars: ✭ 109 (+473.68%)
Mutual labels:  audit
doctr-tfjs-demo
Javascript demo of docTR, powered by TensorFlowJS
Stars: ✭ 21 (+10.53%)
Mutual labels:  yarn
srcinv
source code audit tool
Stars: ✭ 45 (+136.84%)
Mutual labels:  audit
Audit-Test-Automation
The Audit Test Automation Package gives you the ability to get an overview about the compliance status of several systems. You can easily create HTML-reports and have a transparent overview over compliance and non-compliance of explicit setttings and configurations in comparison to industry standards and hardening guides.
Stars: ✭ 37 (+94.74%)
Mutual labels:  audit
cleanmymac
A developer friendly command line cleaner program for modern macOS systems
Stars: ✭ 35 (+84.21%)
Mutual labels:  yarn
gulp-yarn
Automatically install node modules using Yarn. 😻
Stars: ✭ 22 (+15.79%)
Mutual labels:  yarn
pg credereum
Prototype of PostgreSQL extension bringing some properties of blockchain to the relational DBMS
Stars: ✭ 52 (+173.68%)
Mutual labels:  audit
monopack
A JavaScript bundler for node.js monorepo-codebased applications.
Stars: ✭ 52 (+173.68%)
Mutual labels:  yarn
registrant
Python package used for generating HTML reports about the contents of Esri geodatabases.
Stars: ✭ 44 (+131.58%)
Mutual labels:  html-report
degree-planner
CSESoc Projects - Degree Planner
Stars: ✭ 11 (-42.11%)
Mutual labels:  yarn
expo-three-orbit-controls
🎥 Three.js Orbit Controls (Camera) bridged into React Native
Stars: ✭ 43 (+126.32%)
Mutual labels:  yarn
Detect-CVE-2017-15361-TPM
Detects Windows and Linux systems with enabled Trusted Platform Modules (TPM) vulnerable to CVE-2017-15361. #nsacyber
Stars: ✭ 34 (+78.95%)
Mutual labels:  audit
twitch-chat-visualizer
A Node.js Project. Would you like to see your chat stream with a custom design? This is for you!
Stars: ✭ 14 (-26.32%)
Mutual labels:  yarn
react-native-value-picker
Cross-Platform iOS(ish) style picker for react native.
Stars: ✭ 18 (-5.26%)
Mutual labels:  yarn
DomainAccessibilityAudit
Web application to create domain and subdomain accessibility audits, with violation statistics.
Stars: ✭ 41 (+115.79%)
Mutual labels:  audit
node-safe
🤠 Make using Node.js safe again with Deno-like permissions
Stars: ✭ 151 (+694.74%)
Mutual labels:  yarn
ipa-log-config
Tool for log forwarding configuration on IPA servers and clients
Stars: ✭ 30 (+57.89%)
Mutual labels:  audit
apache-baseline
DevSec Apache Baseline - InSpec Profile
Stars: ✭ 37 (+94.74%)
Mutual labels:  audit

yarn-audit-html

Language grade: JavaScript Gitter

Buy me a coffee

Generate a HTML report for Yarn Audit

Install

yarn global add yarn-audit-html

Usage

To generate a report, run the following:

yarn audit --json | yarn-audit-html

By default, unique vulnerability list will be generated (Grouped by MODULE_NAME, VERSION and CWE) to yarn-audit.html

If you want to specify the output file, add the --output option:

yarn audit --json | yarn-audit-html --output report.html

You can also fully customize the generated report by providing --template option followed by your own EJS template:

yarn audit --json | yarn-audit-html --template ./my-awesome-template.ejs

If you'd like the generator to exit with non-zero exit code when vulnerabilities are found, you can add the --fatal-exit-code option:

yarn audit --json | yarn-audit-html --fatal-exit-code

Inspired by npm-audit-html package.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].