> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# Gateway Manager 1.0.10

Gateway Manager 1.0.10 is a maintenance release containing enhancements, bug fixes, and security updates.

#### Enhancements (1)

| Feature                                  | Description                                                                                        |
| ---------------------------------------- | -------------------------------------------------------------------------------------------------- |
| **Inspect cluster commands** (ENG-22987) | Added `inspectCluster` task that provides visibility into a gateway cluster's activity and health. |

#### Bug fixes (1)

| Feature                                                | Description                                                                                                             |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| **sendCommand and sendConfig task status** (ENG-19453) | Fixed an issue where `sendCommand` and `sendConfig` tasks incorrectly returned an error status on successful execution. |

#### Security fixes (15)

| Feature                                                                | Description                                                                                                                                          |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Uncontrolled recursion** (ENG-23039)                                 | Resolved an uncontrolled recursion security vulnerability.                                                                                           |
| **Dynamically-determined object attribute modification** (ENG-23037)   | Resolved a security vulnerability related to improperly controlled modification of dynamically-determined object attributes.                         |
| **Prototype pollution** (ENG-23035)                                    | Resolved a prototype pollution security vulnerability.                                                                                               |
| **HTTP response splitting** (ENG-23026)                                | Updated axios to resolve an HTTP response splitting security vulnerability.                                                                          |
| **Unintended proxy behavior in axios** (ENG-22842)                     | Updated axios to resolve a security vulnerability related to unintended proxy behavior.                                                              |
| **HTTP response splitting in axios** (ENG-22896)                       | Updated axios to resolve an HTTP response splitting security vulnerability.                                                                          |
| **Arbitrary code injection in lodash** (ENG-22846)                     | Updated lodash to resolve an arbitrary code injection security vulnerability.                                                                        |
| **Sensitive information exposure** (ENG-22731)                         | Updated follow-redirect package to resolve a security vulnerability related to improper removal of sensitive information before storage or transfer. |
| **Unintended proxy behavior** (ENG-22603)                              | Updated itential-utils to resolve a security vulnerability related to unintended proxy behavior.                                                     |
| **Arbitrary code injection** (ENG-22377, ENG-22338, ENG-22336)         | Updated lodash and rodeo to resolve arbitrary code injection security vulnerabilities.                                                               |
| **Infinite loop in brace-expansion** (ENG-22239, ENG-22179, ENG-22120) | Updated brace-expansion to resolve infinite loop security vulnerabilities.                                                                           |