> For the complete documentation index, see [llms.txt](https://docs.material.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.material.security/whats-new/previous-releases/1.15-to-1.43/version-1.33.md).

# Version 1.33

## 🎉 General Availability: Overview Dashboard

The Overview Dashboard is now generally available! Instantly access key security insights in a clear, easily scannable format. Quickly jump to detailed lists of issues needing review or action—perfect for sharing across teams.

***

## 🛠️ Updates

* **New Usage Report**: Quickly summarize the configuration of all accounts discovered by Material:

  <figure><img src="https://3411262179-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksjM8NywYRSHu1IlfxdP%2Fuploads%2FHcDViqCJ2ZdERk4oIYbP%2Fimage.png?alt=media&#x26;token=57e47ccc-c168-46cc-bb2c-1c9579f217a2" alt=""><figcaption><p>From the left navigation, click <strong>Reports</strong></p></figcaption></figure>
* **MQL Autocomplete**: New `is null` and `is not null` operators added for more precise queries:

  <figure><img src="https://3411262179-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksjM8NywYRSHu1IlfxdP%2Fuploads%2FdEO4HLDdFc0xeWo4D3gZ%2Fimage.png?alt=media&#x26;token=aaa6aedc-2b61-493c-8d41-62fac99ab87a" alt=""><figcaption></figcaption></figure>
* **Simulation Duplication**: Easily duplicate existing simulations to iterate faster—no more starting from scratch!

  <figure><img src="https://3411262179-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FksjM8NywYRSHu1IlfxdP%2Fuploads%2FCqA9AcP0dkwO3ioaRJHJ%2Fimage.png?alt=media&#x26;token=08293f1d-d07e-4090-b56c-921f5ec7a262" alt=""><figcaption><p>From the Simulations page, click the box next to a simulation then click <strong>Clone simulation</strong></p></figcaption></figure>

***

## 🛡️ Email Threat Detection Updates

* **Improved Detections**: Enhanced recognition of suspicious attachment filenames and email subjects
* **New Rule**: Added a new rule to proactively detect a specific email abuse pattern

***

## :bug: Fixes

* **SAML Login Fix**: Resolved login issues where users encountered unexpected redirects without error messages. Audit events now correctly capture the user's email address.


---

# 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.material.security/whats-new/previous-releases/1.15-to-1.43/version-1.33.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.
