> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/public-sector/release-findings/v30-02-123.md).

# 30.02.123 Scan Results

OpenSCAP and vulnerability scan report:

* Prisma Cloud Compute release: [30.02 (30.02.123)](https://docs.paloaltonetworks.com/prisma/prisma-cloud/30/prisma-cloud-compute-edition-release-notes/release-information/release-notes-30-02-update2)
* Base image: registry.access.redhat.com/ubi8/ubi-minimal:8.8
* Benchmark URL: scap-security-guide-0.1.68/ssg-rhel8-ds.xml
* Benchmark ID: xccdf\_org.ssgproject.content\_benchmark\_RHEL-8
* Profile ID: xccdf\_org.ssgproject.content\_profile\_stig
* Compared to IronBank’s UBI8-minimal, Version 8.8, Build Date: 2023-05-03T15:02:09

## twistlock/private:console\_30\_02\_123

Findings for Prisma Cloud Compute Console.

### OpenSCAP report

You can find the OpenSCAP report [here](https://cdn.twistlock.com/docs/attachments/openscap_console_30_02_123_stig.html)

| Rule\_ID                                                                                  | Compute finding | IronBank finding | Justification                                                                                                                                                                                                                              |
| ----------------------------------------------------------------------------------------- | --------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| xccdf\_org.ssgproject.content\_rule\_accounts\_authorized\_local\_users                   | Fail            | Pass             | Local accounts include: twistlock = non-root account for service, mongod = mongoDB database & saslauth = authentication libraries. Application is a non-interactive container. There is no interactive console session with the container. |
| xccdf\_org.ssgproject.content\_rule\_accounts\_user\_interactive\_home\_directory\_exists | Fail            | Pass             | Non-interactive / non-root user twistlock does not have a home directory (/home/twistlock).                                                                                                                                                |

### Vulnerabilities full report

You can find the full vulnerabilities report [here](https://docs.google.com/spreadsheets/d/1jZwm_dMBQ5tr0ilEIdGkbLHnQCdj04CxU7o-VSwizuo/edit#gid=591762497).

| CVE           | Package    | Version | Fix Status     | Justification                                                                                                                                                                  |
| ------------- | ---------- | ------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| CVE-2022-1996 | go-restful | 2.9.5   | Fixed in 3.8.0 | The package is a transitive dependency that is being pulled with k8s.io/client-go and k8s.io/kube-openapi, and is not being used directly in the Compute Defender and Console. |

## twistlock/private:defender\_30\_02\_123

Findings for Prisma Cloud Compute Defender.

### OpenSCAP report

You can find the OpenSCAP report [here](https://cdn.twistlock.com/docs/attachments/openscap_defender_30_02_123_stig.html).

### Vulnerabilities full report

You can find the full vulnerabilities report [here](https://docs.google.com/spreadsheets/d/1jZwm_dMBQ5tr0ilEIdGkbLHnQCdj04CxU7o-VSwizuo/edit#gid=1319211367).

| CVE           | Package    | Version | Fix Status     | Justification                                                                                                                                                                  |
| ------------- | ---------- | ------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| CVE-2022-1996 | go-restful | 2.9.5   | Fixed in 3.8.0 | The package is a transitive dependency that is being pulled with k8s.io/client-go and k8s.io/kube-openapi, and is not being used directly in the Compute Defender and Console. |


---

# 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.prismacloud.io/public-sector/release-findings/v30-02-123.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.
