> For the complete documentation index, see [llms.txt](https://docs.veedna.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.veedna.com/release-notes/june-release-notes.md).

# June Release Notes

## Continuous Vulnerability Elimination Factory (CVEF)

* Introduces CVEF, an AI-native, policy-controlled factory that continuously scans, finds, and fixes vulnerabilities in human- and AI-generated first and third-party code across dependencies, IDEs, repositories, and container images.
* CVEF Factory Manager orchestrates scanning and remediation, tracks policy violations and status, and escalates to human supervisors when needed.
* Lineaje Unified Scanner Hub integrates scanners to assess containers, build artifacts, repositories, packages, images, source code, and transitive dependencies.
* Global Policy Engine applies policy-driven filtering, prioritization, and attestation for a centralized risk view.
* Autonomous Remediation uses agentic AI to plan, execute, test, and validate fixes, enabling self-healing code and containers.
* Frontier Model Scan & Fix discovers zero-day vulnerabilities in first-party code before CVE disclosure, covering bug classes traditional SAST tools miss.
  * Runs on the customer's foundation model of choice — Bedrock, Vertex, AI Factory, or on-premises.
  * Verifies findings with an exploit inside isolated gVisor sandbox containers.
  * Generates a deployment-ready fix for every confirmed exploit.
* Gold Open Source provides attested, vulnerability-free open-source packages and images.
* Supports multi-cloud deployment across SaaS, public clouds, private clouds, and distributed code and container repositories.

## UnifAI

* Adds log-based AI threat and data security detection for ema.ai low/no-code agentic workflows (Preview).
  * Discovers AI Agentic Employees and the full workflow blueprint — sub-agents, models, tools, and MCP servers invoked.
  * Detects external URL calls, PII exposure, unauthenticated inter-agent communication, and unsanitized LLM-to-agent communication.
  * Maps findings to compliance standards with audit-ready evidence.
* Integrates with Pay-i for AI security consumption monitoring (Preview) — lets UnifAI users track AI security consumption directly in Pay-i, built for MSPs monitoring usage across security tools.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.veedna.com/release-notes/june-release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
