{ "info": { "author": "Microsoft Corporation", "author_email": "v-lgold@microsoft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "SARIF formatter for Bandit\n==========================\n\nOverview\n========\n\n``bandit_sarif_formatter`` is a `report formatter `_\nfor `Bandit `_, a security analyzer for Python.\nIt produces output in the `Static Analysis Results Interchange Format (SARIF) Version 2.1.0 `_ file format,\nan `OASIS `_ `Committee Specification `_.\n\nTo learn more about SARIF and find resources for working with it, you can visit the `SARIF Home Page `_.\n\nBuilding\n========\n\nTo build the ``bandit_sarif_formatter`` package, see the `Python Packaging Authority `_'s instructions for\n`Packaging Python Projects`_, in particular the section \"Generating distribution archives.\"\n\n.. _Packaging Python Projects: https://packaging.python.org/tutorials/packaging-projects/\n\nBriefly: run the following commands from the project root directory::\n\n python -m pip install --user --upgrade setuptools wheel\n python setup.py sdist bdist_wheel\n\nThe `source distribution `_ (``.tar.gz``)\nand `wheel `_-style `built distribution `_ (``.whl``) packages\nappear in the ``dist/`` directory.\n\nPublishing\n==========\n\nTo publish the ``bandit_sarif_formatter`` package, see the section \"Uploading the distribution archives\" and \"Next steps\" in\n`Packaging Python Projects`_.\n\nBriefly: log in to https://pypi.org with the **TODO** account, and then run the following commands from the project root directory::\n\n python -m pip install --user --upgrade twine\n python -m twine upload dist/*\n\nInstalling\n==========\n\nTo install the ``bandit_sarif_formatter`` package, run the command::\n\n python -m pip install bandit_sarif_formatter\n\nUsing\n=====\n\nTo generate SARIF output from Bandit, run the command::\n\n bandit --format sarif [targets [targets ...]] --output out.sarif\n\nContributing\n============\n\nThis project welcomes contributions and suggestions. Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.\n\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the `Microsoft Open Source Code of Conduct `_.\nFor more information see the `Code of Conduct FAQ `_ or\ncontact `opencode@microsoft.com `_ with any additional questions or comments.\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/microsoft/bandit-sarif-formatter", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bandit-sarif-formatter", "package_url": "https://pypi.org/project/bandit-sarif-formatter/", "platform": "", "project_url": "https://pypi.org/project/bandit-sarif-formatter/", "project_urls": { "Homepage": "https://github.com/microsoft/bandit-sarif-formatter" }, "release_url": "https://pypi.org/project/bandit-sarif-formatter/1.1.1/", "requires_dist": [ "jschema-to-python (>=1.2.3)", "sarif-om (>=1.0.4)" ], "requires_python": ">= 2.7", "summary": "A Bandit formatter for the Static Analysis Results Interchange Format (SARIF) Version 2.1.0 file format.", "version": "1.1.1" }, "last_serial": 5933033, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "324b7128264140d713a732a263f39402", "sha256": "e7319c6143c30b2743840b22bc707587f1f35ce451d215edf77c4e56f797daae" }, "downloads": -1, "filename": "bandit_sarif_formatter-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "324b7128264140d713a732a263f39402", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">= 2.7", "size": 8423, "upload_time": "2019-10-02T22:19:11", "url": "https://files.pythonhosted.org/packages/03/df/4dbcc8dc4d8b2f2a3d8b21e5aa29e3fd853b7bd205067781f2fd10e9baa1/bandit_sarif_formatter-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "139e4744523075affb5c3bf7f50cbc6f", "sha256": "2b326efd0a489b00d7d88450ac31655bec94dc8721dddc05cda8a1f19113e03f" }, "downloads": -1, "filename": "bandit_sarif_formatter-1.0.0.tar.gz", "has_sig": false, "md5_digest": "139e4744523075affb5c3bf7f50cbc6f", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 2.7", "size": 7257, "upload_time": "2019-10-02T22:19:13", "url": "https://files.pythonhosted.org/packages/50/12/38540b2b651cb1a336dadb47eebe3f31e7442260d0bab587ca2b8fa79785/bandit_sarif_formatter-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "9e23080337aa3a750343c480a9ce58d7", "sha256": "d87e92c5a087e2c4cb86f3df5c18a6990d94227491da6283970c41f0dd536032" }, "downloads": -1, "filename": "bandit_sarif_formatter-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9e23080337aa3a750343c480a9ce58d7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">= 2.7", "size": 8499, "upload_time": "2019-10-03T18:38:20", "url": "https://files.pythonhosted.org/packages/d9/0f/b94d5b3809a1a000e2e770b6fcfba50bd3471aeb52840b48ef1615095e3d/bandit_sarif_formatter-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a3357b8cffbd0353a4f5c380952d2e26", "sha256": "4354f2779b18ea4d24466d984934dab3c3c0d4b8c1ac29e2503be11f7c953af5" }, "downloads": -1, "filename": "bandit_sarif_formatter-1.1.0.tar.gz", "has_sig": false, "md5_digest": "a3357b8cffbd0353a4f5c380952d2e26", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 2.7", "size": 7331, "upload_time": "2019-10-03T18:38:21", "url": "https://files.pythonhosted.org/packages/88/6f/8a3b3d54578e131f099edf1fa82c4632f62e7011915201badf02381af593/bandit_sarif_formatter-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "24b930d9e4b35d5afd5f69c636b69b1f", "sha256": "2a8351cecc03b265ec7546794b9c54a988d0b7282db544de913dc6c5a46a50fb" }, "downloads": -1, "filename": "bandit_sarif_formatter-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "24b930d9e4b35d5afd5f69c636b69b1f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">= 2.7", "size": 8466, "upload_time": "2019-10-05T20:24:03", "url": "https://files.pythonhosted.org/packages/d5/9d/4e633743766b159d20cca63fc56c0817633d0f99c49607d72b796a386d46/bandit_sarif_formatter-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f6a9d4b0639769de550fcba064548630", "sha256": "2b6299617c559e41cccf4c9cdf0724dbfc9dc276ecbd94c28074db0d3363ef72" }, "downloads": -1, "filename": "bandit_sarif_formatter-1.1.1.tar.gz", "has_sig": false, "md5_digest": "f6a9d4b0639769de550fcba064548630", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 2.7", "size": 7340, "upload_time": "2019-10-05T20:24:04", "url": "https://files.pythonhosted.org/packages/a1/2d/fa7f7769e487ec03a28a62b780f1c0a2e788359ef1a18b8a62744d42ee43/bandit_sarif_formatter-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "24b930d9e4b35d5afd5f69c636b69b1f", "sha256": "2a8351cecc03b265ec7546794b9c54a988d0b7282db544de913dc6c5a46a50fb" }, "downloads": -1, "filename": "bandit_sarif_formatter-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "24b930d9e4b35d5afd5f69c636b69b1f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">= 2.7", "size": 8466, "upload_time": "2019-10-05T20:24:03", "url": "https://files.pythonhosted.org/packages/d5/9d/4e633743766b159d20cca63fc56c0817633d0f99c49607d72b796a386d46/bandit_sarif_formatter-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f6a9d4b0639769de550fcba064548630", "sha256": "2b6299617c559e41cccf4c9cdf0724dbfc9dc276ecbd94c28074db0d3363ef72" }, "downloads": -1, "filename": "bandit_sarif_formatter-1.1.1.tar.gz", "has_sig": false, "md5_digest": "f6a9d4b0639769de550fcba064548630", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 2.7", "size": 7340, "upload_time": "2019-10-05T20:24:04", "url": "https://files.pythonhosted.org/packages/a1/2d/fa7f7769e487ec03a28a62b780f1c0a2e788359ef1a18b8a62744d42ee43/bandit_sarif_formatter-1.1.1.tar.gz" } ] }