This commit is contained in:
Gabe Stocco 2020-04-21 20:19:33 -07:00 коммит произвёл GitHub
Родитель 7d680e6d11
Коммит b1ac66f37d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 14 добавлений и 3 удалений

Просмотреть файл

@ -1,12 +1,23 @@
# DevSkim
DevSkim is a framework of IDE extensions and Language analyzers that provide inline security analysis
in the dev environment as the developer writes code. It is designed to work with multiple IDEs
(VS, VS Code, Sublime Text, etc.), and has a flexible rule model that supports multiple programming
languages. The idea is to give the developer notification as they are introducing a security
in the dev environment as the developer writes code. It has a flexible rule model that supports multiple programming
languages. The goal is to give the developer notification as they are introducing a security
vulnerability in order to fix the issue at the point of introduction, and to help build awareness
for the developer.
## Releases
Platform specific binaries of the CLI are available on our GitHub [releases](https://github.com/microsoft/DevSkim/releases) page.
The C# library is available on [NuGet](https://www.nuget.org/packages/Microsoft.CST.DevSkim/).
If you have .NET Core installed already you can install the CLI with `dotnet tool install --global Microsoft.CST.DevSkim.CLI`
The Visual Studio extension is available in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=MS-CST-E.MicrosoftDevSkim).
The VS Code extension is available in the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=MS-CST-E.vscode-devskim).
### Repository Structure
DevSkim and its plugins/extensions are currently being merged here into a single repository.