Skip to content

Commit 9b10e65

Browse files
committed
chore: bump version to 1.0.8
1 parent 1ccce99 commit 9b10e65

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react2shell-guard",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Security scanner for CVE-2025-55182 - Critical React Server Components RCE vulnerability. Scan lockfiles, SBOMs, Docker images, and live URLs.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function formatTextOutput(result: ScanResult): void {
100100
program
101101
.name('react2shell-guard')
102102
.description('Security scanner for CVE-2025-55182 - React Server Components RCE vulnerability')
103-
.version('1.0.7');
103+
.version('1.0.8');
104104

105105
program
106106
.command('mcp-server')

src/core/formatters/sarif.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export function generateSarif(scanResult: ScanResult): SarifReport {
145145
tool: {
146146
driver: {
147147
name: 'react2shell-guard',
148-
version: '1.0.7',
148+
version: '1.0.8',
149149
informationUri: 'https://github.com/gensecaihq/react2shell-scanner',
150150
rules,
151151
},

src/mcp/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ interface MCPToolDefinition {
4040
// Server info
4141
const SERVER_INFO = {
4242
name: 'react2shell-guard',
43-
version: '1.0.7',
43+
version: '1.0.8',
4444
description: 'Security scanner for CVE-2025-55182 - React Server Components RCE vulnerability',
4545
};
4646

0 commit comments

Comments
 (0)