https://github.com/belane/codeauditor
Take notes and categorize issues during a source code audit.
https://github.com/belane/codeauditor
audit code-audit security vscode vscode-extension
Last synced: 11 months ago
JSON representation
Take notes and categorize issues during a source code audit.
- Host: GitHub
- URL: https://github.com/belane/codeauditor
- Owner: belane
- License: apache-2.0
- Created: 2022-04-01T17:47:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T19:37:49.000Z (about 2 years ago)
- Last Synced: 2025-04-01T01:15:32.929Z (about 1 year ago)
- Topics: audit, code-audit, security, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 3.09 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CodeAuditor
CodeAuditor is a Visual Studio Code extension which helps auditors to take notes and categorize issues during a source code audit.
* Take audit notes without modifying the source code.
* Toggle Issues status.
* Issue explorer with status filter.
* Explorer view to track audit progress.
* Import issues from static analysis reports (Semgrep & Slither).
* Functionality to exclude files and folders from the audit scope.
* Generate issue and reference reports.
## Screenshots
Basic usage

Scope filter & Audit Progress

Import external analysis

Issue Reporting

## Installation
~~**Method 1:** By [Visual Studio Market Place](https://marketplace.visualstudio.com/items?itemName=code-auditor#overview) and click `Install`.~~
~~**Method 2:** Inside the VS Code extensions section, search for `CodeAuditor` and click `Install`.~~
**Method 3 (UI):**
1. Download last [release](https://github.com/belane/CodeAuditor/releases).
2. Inside the VS Code extensions section, open options (three dots) and select `Install from VSIX`.
**Method 4 (Manual):**
1. Download last [release](https://github.com/belane/CodeAuditor/releases).
2. Open Terminal and install the extension by running `code --install-extension "code-auditor-0.x.x.vsix"`.