Skip to content

Commit ed1bd2a

Browse files
Dev Assist Fixes
1 parent be24247 commit ed1bd2a

File tree

4 files changed

+32
-6
lines changed

4 files changed

+32
-6
lines changed

packages/checkmarx/package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@
2222
"categories": [
2323
"Other"
2424
],
25+
"keywords": [
26+
"AppSec",
27+
"SAST",
28+
"OSS",
29+
"IaC",
30+
"Secrets",
31+
"Containers",
32+
"Secure Coding",
33+
"Developer Assist",
34+
"Real-time Scanning",
35+
"Kics",
36+
"SCA"
37+
],
2538
"activationEvents": [
2639
"*"
2740
],
@@ -1098,4 +1111,4 @@
10981111
"typescript": "^5.3.3",
10991112
"vscode-extension-tester": "8.17.0"
11001113
}
1101-
}
1114+
}

packages/project-ignite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</ol>
3838
</details>
3939

40-
> This document relates to the standalone ​**Checkmarx Developer Assist**​ extension. Checkmarx One customers with a Developer Assist license should use the ​[**Checkmarx**](https://marketplace.visualstudio.com/items?itemName=checkmarx.cx-dev-assist) extension, which has Developer Assist bundeled together with the Checkmarx One platform tool. <br>The two extensions are **mutually exclusive**, so that if you want to use this extension, you must **first ​uninstall**​​ the Checkmarx extension.
40+
> This document relates to the standalone ​**Checkmarx Developer Assist**​ extension. Checkmarx One customers with a Developer Assist license should use the ​[**Checkmarx**](https://marketplace.visualstudio.com/items?itemName=checkmarx.ast-results) extension, which has Developer Assist bundeled together with the Checkmarx One platform tool. <br>The two extensions are **mutually exclusive**, so that if you want to use this extension, you must **first ​uninstall**​​ the Checkmarx extension.
4141
## Overview
4242
Checkmarx Developer Assist delivers context-aware security guidance directly within your IDE, helping prevent vulnerabilities before they reach the pipeline. As developers write or refine AI-generated and existing code, it provides real-time detection, remediation, and actionable insights—ensuring security is built in from the start.
4343
<br>

packages/project-ignite/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/project-ignite/package.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,26 @@
1414
},
1515
"icon": "media/icon.png",
1616
"engines": {
17-
"vscode": "^1.63.0"
17+
"vscode": "^1.100.0"
1818
},
1919
"extensionKind": [
2020
"workspace"
2121
],
2222
"categories": [
23-
"Other"
23+
"Other",
24+
],
25+
"keywords": [
26+
"AppSec",
27+
"SAST",
28+
"OSS",
29+
"IaC",
30+
"Secrets",
31+
"Containers",
32+
"Secure Coding",
33+
"Developer Assist",
34+
"Real-time Scanning",
35+
"Kics",
36+
"SCA"
2437
],
2538
"activationEvents": [
2639
"onView:cx-dev-assist.cxDevAssist",
@@ -190,4 +203,4 @@
190203
"copyfiles": "2.4.1",
191204
"typescript": "^5.3.3"
192205
}
193-
}
206+
}

0 commit comments

Comments
 (0)