> 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.38.md).

# Version 1.38

## :tada: New

## :new\_moon: Dark Mode (Beta)

Dark Mode (Beta) has arrived! Experience the app in a sleek new look. Want early access? Reach out via your support channel to join the Beta.

***

## :tools: Enhancements

### Accounts view updates

The [Accounts view](#user-content-fn-1)[^1] got an exciting glow up! Improvements include:

* A new section, **Blast Radius**, giving you an overview of the blast radius impact with this account:

  <figure><img src="/files/PoLv7qMH3QH4310cMs0K" alt="" width="375"><figcaption></figcaption></figure>
* A summary of the account’s vulnerabilities:

  <figure><img src="/files/NGISg7UuWkzOUNlbtw25" alt="" width="375"><figcaption></figcaption></figure>
* The option to quickly revoke active sessions for this account, located under **Response**:

  <figure><img src="/files/h3yqudlvrRTtolygsuZd" alt="" width="375"><figcaption></figcaption></figure>
* An updated timeline view of issues for the account:

  <figure><img src="/files/hCpOGKBBBAkGDg2NOQ9Q" alt="" width="375"><figcaption></figcaption></figure>
* A concise view of issue counts for the account, organized and color-coded by severity. Click into any severity to open a list of the related issues:

  <figure><img src="/files/M5A7yXyGDGFcAtEJAiPr" alt="" width="252"><figcaption></figcaption></figure>

### Email bomb attack remediation

Material now automatically detects [email bomb attacks](#user-content-fn-2)[^2] and remediates to restore availability to the inbox.

* To view issues created by this detection: filter issues by the detection called `Account is experiencing a potential Email Bomb Attack` .

<figure><img src="/files/6baWQOln6VUo6A40SwCm" alt="" width="375"><figcaption></figcaption></figure>

* You can also manage protected accounts and groups directly from the detection details:

  <figure><img src="/files/WTNT1XKd1xJZ8PAVrN0Z" alt="" width="375"><figcaption></figcaption></figure>

  [Learn more here](/learn-more/risk-areas/email-threats/detect/material-email-threat-detections/email-bomb-protection.md).

***

## Upcoming Changes to Audit Log Event Subscriptions

We're excited to announce significant improvements to Material Security's audit log system that will provide better visibility, enhanced security coverage, and a more intuitive experience for your compliance and security teams.

{% hint style="warning" %}
Beginning in version 1.39, these changes may require immediate updates to your Audit Log event subscriptions. [Review this quick reference guide to prepare](/learn-more/administration/audit-log/audit-log-updates-version-1.39.md).
{% endhint %}

***

## :beetle: Fixes

* Fixed confusing links in the **Send email** file detection response dialog
* Corrected an issue where some post-remediation reads were incorrectly shown as pre-remediation in the UI
* Fixed a bug where group license overrides weren’t reflected at the account level or in reports
* Polished email threat reports so hovering over one tactic category doesn’t highlight “Other” elsewhere
* Fixed issues getting created for the detection “\<account> was accessed using password” when a passkey login was used

<br>

[^1]: From the left navigation, expand **Explorer**, then click **Accounts**.

[^2]: an attack method that involves sending a large volume of emails within a short period, with the goal of overwhelming the receiver's inbox and potentially obscuring legitimate emails


---

# 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.38.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.
