All Projects → verdaccio → verdaccio-audit

verdaccio / verdaccio-audit

Licence: MIT license
🛡🔬verdaccio plugin for npm audit support

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to verdaccio-audit

ui
🖼🎨 Verdaccio UI (deprecated, use verdaccio/verdaccio)
Stars: ✭ 122 (+838.46%)
Mutual labels:  verdaccio, verdaccio-plugin
verdaccio-github-oauth-ui
📦🔐 GitHub OAuth plugin for Verdaccio
Stars: ✭ 56 (+330.77%)
Mutual labels:  verdaccio, verdaccio-plugin
verdaccio-memory
💾⏳Memory storage plugin for verdaccio
Stars: ✭ 12 (-7.69%)
Mutual labels:  verdaccio, verdaccio-plugin
pass-audit
A pass extension for auditing your password repository.
Stars: ✭ 71 (+446.15%)
Mutual labels:  audit
sqle
SQLE is a SQL audit platform | SQLE 是一个支持多场景,原生支持 MySQL 审核且数据库类型可扩展的 SQL 审核工具
Stars: ✭ 731 (+5523.08%)
Mutual labels:  audit
lxd-probe
Open Source runtime scanner for Linux containers (LXD / LXC), It performs security audit checks based on CIS Linux containers Benchmark specification
Stars: ✭ 14 (+7.69%)
Mutual labels:  audit
cis-dil-benchmark
CIS Distribution Independent Linux Benchmark - InSpec Profile
Stars: ✭ 120 (+823.08%)
Mutual labels:  audit
active snapshot
Simplified snapshots and restoration for ActiveRecord models and associations with a transparent white-box implementation
Stars: ✭ 67 (+415.38%)
Mutual labels:  audit
bitprices
command-line tool that generates a report of transactions with the USD (fiat) value at the time of each transaction.
Stars: ✭ 17 (+30.77%)
Mutual labels:  audit
audit-log
📑 Create audit logs into the database for user behaviors, including a web UI to query logs.
Stars: ✭ 135 (+938.46%)
Mutual labels:  audit
org-audit-action
GitHub Action that provides an Organization Membership Audit
Stars: ✭ 34 (+161.54%)
Mutual labels:  audit
postgres-baseline
DevSec PostgreSQL Baseline - InSpec Profile
Stars: ✭ 47 (+261.54%)
Mutual labels:  audit
intercept
INTERCEPT / Policy as Code Static Analysis Auditing / SAST
Stars: ✭ 54 (+315.38%)
Mutual labels:  audit
terraform-aws-cloudtrail-s3-bucket
S3 bucket with built in IAM policy to allow CloudTrail logs
Stars: ✭ 38 (+192.31%)
Mutual labels:  audit
grails-audit-logging-plugin
The Grails Audit Logging Plugin
Stars: ✭ 49 (+276.92%)
Mutual labels:  audit
audit
A common audit framework for java application
Stars: ✭ 28 (+115.38%)
Mutual labels:  audit
ansible-verdaccio
Ansible role that is capable of installing and configuring Verdaccio on various Linux distributions.
Stars: ✭ 24 (+84.62%)
Mutual labels:  verdaccio
aud
Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!
Stars: ✭ 24 (+84.62%)
Mutual labels:  audit
Generic-SQL-Audit-Trail
A generic audit trail based on triggers and dynamic SQL.
Stars: ✭ 15 (+15.38%)
Mutual labels:  audit
DolphinChain
DolphinChain is the first Vulnerable Blockchain Application in the world!
Stars: ✭ 17 (+30.77%)
Mutual labels:  audit

Deprecated repository

This repository has been moved to a monorepo you can find in verdaccio/monorepo. This package is located in plugins/audit folder


verdaccio-audit

🛡🔬 npmjs audit support for verdaccio

verdaccio (latest) Known Vulnerabilities backers discord MIT node

Requirements

 npm install --global verdaccio-audit

Usage

To enable it you need to add this to your configuration file.

middlewares:
  audit:
    enabled: true
    strict_ssl: true # optional, defaults to true

Strict SSL

In some scenarios it may be necessary to disable SSL certificate validation. Setting strict_ssl to false will disable these checks, but will make all connections passing through this plugin inherently insecure.

Disclaimer

This plugin is experimental and unstable. Please report any issue you found.

License

MIT (http://www.opensource.org/licenses/mit-license.php)

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].