Skip to content

Commit

Permalink
Update source.extension.vsixmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrompflopes authored Mar 28, 2022
1 parent 7c3a6b1 commit 24ca060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ast-visual-studio-extension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="ast_visual_studio_extension.ee50149d-e5ee-4be4-9b84-fecf58ef2360" Version="2.0" Language="en-US" Publisher="Checkmarx" />
<DisplayName>ast_visual_studio_extension</DisplayName>
<DisplayName>Checkmarx AST Results</DisplayName>
<Description xml:space="preserve">The CxAST Visual Studio plugin enables you to import results from a CxAST scan directly into your IDE. You can view the vulnerabilities that were identified in your source code and navigate directly to the vulnerable code in the editor. </Description>
<License>LICENSE.txt</License>
<Icon>CxExtension\Resources\checkmarx-80.png</Icon>
<Tags>security</Tags>
<Preview>true</Preview>
<Tags>security, checkmarx, sast, sca, kics</Tags>
<Preview>false</Preview>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
Expand Down

0 comments on commit 24ca060

Please sign in to comment.