{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Security", "Topic :: System :: Monitoring" ], "description": "# NPM Audit Interpreter and Check MK output generator\n\nThis program takes the output of a `npm audit --json` run and interprets it.\nThe parameters given define the thresholds to be used, and the output is written to the given directory for check mk local checks.\n\nRequirements:\n * An npm installation with the `npm audit` command available.\n\n```bash\n> npm_audit_checkmk -f tests/example.json -s 'frontend_vulnerabilities'\n<<>>\nP frontend_vulnerabilities INFO=0|LOW=7;20|MODERATE=2;10;20|HIGH=55;1;3|CRITICAL=2;0;0 See `npm audit` for more details.\n```\n\n## Usage\n\n```bash\npushd /path/to/your/project\nnpm audit --json | npmauditcheckmk -o /var/lib/check_mk_agent/spool/90000_npm_audit.txt\npopd\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/certat/npm-audit-check", "keywords": "", "license": "AGPLv3", "maintainer": "Sebastian Wagner", "maintainer_email": "wagner@cert.at", "name": "npm-audit-checkmk", "package_url": "https://pypi.org/project/npm-audit-checkmk/", "platform": "", "project_url": "https://pypi.org/project/npm-audit-checkmk/", "project_urls": { "Homepage": "https://github.com/certat/npm-audit-check" }, "release_url": "https://pypi.org/project/npm-audit-checkmk/0.1.0/", "requires_dist": null, "requires_python": ">=3.4", "summary": "Creates checkmk local check file for npm audit output.", "version": "0.1.0" }, "last_serial": 5572739, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0cb3525ec7af0cc5d5d2283f4a2c2508", "sha256": "0d0322b59ce94a252d76d99002497d8b6ed4a0e90abcef4003d654f4d4224a92" }, "downloads": -1, "filename": "npm_audit_checkmk-0.1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "0cb3525ec7af0cc5d5d2283f4a2c2508", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.4", "size": 16826, "upload_time": "2019-07-23T14:32:05", "url": "https://files.pythonhosted.org/packages/4d/0c/63887f43aae80aace9fa7ba4b6001a481f2ca61be086f5401b805af02293/npm_audit_checkmk-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8bbccf16d778f8c7d90855014d1d9e8", "sha256": "41084c17b8f8909aa80c426bc27fb6f4d2a8b1dab67b8cbd725eaabaad79b161" }, "downloads": -1, "filename": "npm-audit-checkmk-0.1.0.tar.gz", "has_sig": true, "md5_digest": "d8bbccf16d778f8c7d90855014d1d9e8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 15728, "upload_time": "2019-07-23T14:32:09", "url": "https://files.pythonhosted.org/packages/3d/b3/d50061715e7c6df646d603f62803a152cb594c3f9a980fcdac98f7f13e47/npm-audit-checkmk-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0cb3525ec7af0cc5d5d2283f4a2c2508", "sha256": "0d0322b59ce94a252d76d99002497d8b6ed4a0e90abcef4003d654f4d4224a92" }, "downloads": -1, "filename": "npm_audit_checkmk-0.1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "0cb3525ec7af0cc5d5d2283f4a2c2508", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.4", "size": 16826, "upload_time": "2019-07-23T14:32:05", "url": "https://files.pythonhosted.org/packages/4d/0c/63887f43aae80aace9fa7ba4b6001a481f2ca61be086f5401b805af02293/npm_audit_checkmk-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8bbccf16d778f8c7d90855014d1d9e8", "sha256": "41084c17b8f8909aa80c426bc27fb6f4d2a8b1dab67b8cbd725eaabaad79b161" }, "downloads": -1, "filename": "npm-audit-checkmk-0.1.0.tar.gz", "has_sig": true, "md5_digest": "d8bbccf16d778f8c7d90855014d1d9e8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 15728, "upload_time": "2019-07-23T14:32:09", "url": "https://files.pythonhosted.org/packages/3d/b3/d50061715e7c6df646d603f62803a152cb594c3f9a980fcdac98f7f13e47/npm-audit-checkmk-0.1.0.tar.gz" } ] }