Skip to content

Commit b179d87

Browse files
samarthsudarshanHarness
authored andcommitted
updated roadmap with new Q1 and Q2 items and added released items (#100786)
* 56133a updated released items * 37b041 updated roadmap with new Q1 and Q2 items and added released items
1 parent 7793eed commit b179d87

File tree

1 file changed

+84
-11
lines changed

1 file changed

+84
-11
lines changed

src/components/Roadmap/data/qwietaidata.ts

Lines changed: 84 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ export const QwietaiData: Horizon = {
1616
description: "Failed webhook deliveries now retry with exponential backoff and queue on persistent failure."
1717
},
1818
{
19-
tag: [{ value: "Platform" }, { value: "Performance" }],
20-
title: "Single-Tenant Database Support",
21-
description: "Add single-tenancy database architecture to improve performance isolation and scalability."
19+
tag: [{ value: "SAST" }, { value: "Language Support"}],
20+
title: "Realtime SCA & Secrets in IDE",
21+
description: "Automatically detect hardcoded secrets and OSS vulnerabilities on code save directly within IDEs.",
2222
},
2323
{
2424
tag: [{ value: "SAST" }, { value: "Language Support"}],
@@ -45,11 +45,6 @@ export const QwietaiData: Horizon = {
4545
title: "Automated PR Fixes for HCR",
4646
description: "Enable automated fix-based pull requests within the Harness Code Repository.",
4747
},
48-
{
49-
tag: [{ value: "Integration" }, { value: "IDE"}, { value: "AI"}],
50-
title: "MCP Integration for IDEs",
51-
description: "Integrate Harness MCP to support SAST/SCA scanning and actions directly from IDEs.",
52-
},
5348
{
5449
tag: [{ value: "AI" }, { value: "Remediation"}, { value: "GitHub"}],
5550
title: "GitHub AI Autofix Enhancements",
@@ -61,9 +56,24 @@ export const QwietaiData: Horizon = {
6156
description: "Q1 2026, Feb 2026 - April 2026",
6257
feature: [
6358
{
64-
tag: [{ value: "AI" }, { value: "SAST" }],
65-
title: "AI Initiatives",
66-
description: "Integrate security for AI-generated code directly in IDEs and expand SAST coverage to detect more vulnerability types.",
59+
tag: [{ value: "Platform" }, { value: "Performance" }],
60+
title: "Single-Tenant Database Support",
61+
description: "Add single-tenancy database architecture to improve performance isolation and scalability."
62+
},
63+
{
64+
tag: [{ value: "Integration" }, { value: "IDE"}, { value: "AI"}],
65+
title: "MCP Integration for IDEs",
66+
description: "Integrate with Harness MCP to support SAST/SCA scanning and actions directly from IDEs.",
67+
},
68+
{
69+
tag: [{ value: "Integration" }, { value: "IDE"}, { value: "AI"}],
70+
title: "Secure Vibe Coding",
71+
description: "Use predefined hooks in AI-native IDEs and CLIs (Cursor, Windsurf, Gemini) to scan code as it's generated, securing code at the source.",
72+
},
73+
{
74+
tag: [{ value: "SAST" }, { value: "AI"}],
75+
title: "AI-Enhanced SAST",
76+
description: "Extend SAST coverage and reduce false positives through AI-enhanced vulnerability detection.",
6777
},
6878
{
6979
tag: [{ value: "Governance" }, { value: "CLI"}],
@@ -95,6 +105,21 @@ export const QwietaiData: Horizon = {
95105
Later: {
96106
description: "Q2 2026, May 2026 & Beyond",
97107
feature: [
108+
{
109+
tag: [{ value: "AI" }, { value: "Integration"}, {value: "Developer Experience"}],
110+
title: "Vercel Integration",
111+
description: "Serve as the native security integration for Vercel to ship secure code by default.",
112+
},
113+
{
114+
tag: [{ value: "AI" }, { value: "Integration"}, {value: "Developer Experience"}],
115+
title: "Replit Integration",
116+
description: "Serve as the native security integration for Replit to ship secure code by default.",
117+
},
118+
{
119+
tag: [{ value: "AI" }, { value: "Integration"}, {value: "Developer Experience"}],
120+
title: "Lovable Integration",
121+
description: "Serve as the native security integration for Lovable to ship secure code by default.",
122+
},
98123
{
99124
tag: [{ value: "AI" }, { value: "Automation"}],
100125
title: "Advanced AI Capabilities",
@@ -126,6 +151,54 @@ export const QwietaiData: Horizon = {
126151
Released: {
127152
description: "What has been released",
128153
feature: [
154+
{
155+
tag: [{ value: "Integration" }, {value: "Cloud Security"}, { value: "Visibility" }],
156+
title: "Wiz Integration",
157+
description: "Enrich the Wiz Security Graph and findings with application security context.",
158+
link:"https://docs.shiftleft.io/sast/integrations/wiz"
159+
},
160+
{
161+
tag: [{ value: "Remediation" }, {value: "Automation"}, { value: "SCM" }],
162+
title: "AutoFix Pull Requests for Bitbucket",
163+
description: "Create automated fix-based pull requests in Bitbucket with parity to existing SCM integrations.",
164+
link:"https://docs.shiftleft.io/software-updates/2025-updates"
165+
},
166+
{
167+
tag: [{ value: "Reporting" }, {value: "Data Export"}, { value: "Platform" }],
168+
title: "Nightly Data Export",
169+
description: "Export findings and related data nightly with rolling retention for 30 days.",
170+
link:"https://docs.shiftleft.io/software-updates/2025-updates"
171+
},
172+
{
173+
tag: [{ value: "Governance" }, {value: "Policy"}, { value: "CLI" }],
174+
title: "Build Rules v2 Enhancements",
175+
description: "Extend build rules with negative rules and additional filters to refine enforcement based on exploitability, AI assistance, and fix availability.",
176+
link:"https://docs.shiftleft.io/software-updates/2025-updates"
177+
},
178+
{
179+
tag: [{ value: "Governance" }, {value: "Policy"}, { value: "CLI" }],
180+
title: "Webhook Notifications",
181+
description: "Send authenticated webhook notifications for scan completion and failure events.",
182+
link:"https://docs.shiftleft.io/software-updates/2025-updates"
183+
},
184+
{
185+
tag: [{ value: "SAST" }, {value: "Language Support"}],
186+
title: "Support for Go 1.25",
187+
description: "Add analysis support for applications written in Go 1.25.",
188+
link:"https://docs.shiftleft.io/sast/analyzing-applications/golang"
189+
},
190+
{
191+
tag: [{ value: "Reporting" }],
192+
title: "SARIF Export via API",
193+
description: "Generate SARIF exports for application findings via API.",
194+
link:"https://docs.shiftleft.io/api/#tag/sarif/operation/DownloadSarifReport"
195+
},
196+
{
197+
tag: [{ value: "Integration" }, {value: "Ticketing"}],
198+
title: "Azure Boards Integration",
199+
description: "Create and track security findings directly in Azure Boards.",
200+
link:"https://docs.shiftleft.io/sast/integrations/azureboards"
201+
},
129202
],
130203
},
131204
};

0 commit comments

Comments
 (0)