Simple source code security audit helper
简体中文 | English
- Analyze open workspaces
- View results as native Visual Studio Code information
- See annotations for relevant source code for each issue
Install maduit
from the Visual Studio Marketplace within the Extensions tab of Visual Studio Code.
git clone https://github.com/m4yfly/vscode-maudit.git
cd vscode-maudit
npm i
npm install -g vsce
vsce package
maudit-x.x.x.vsix
will be created.
Install the VSIX file in Visual Studio through Extensions
, under the ...
menu.
After installing the extension, simply open a workspace containing any php/java/python
files. The extension will activate, revealing the Maduit
logo on the action bar. Click it to reveal a new container with a results explorer. Hovering over the explorer tree will reveal buttons on the top title bar which can be used to run Maduit
and delete results.
AGPL-3.0