Skip to content

Commit

Permalink
fix(IAST): Removed one of the troubleshooting collapsers
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaenam committed Jan 18, 2024
1 parent 894311c commit 9e4d31f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/content/docs/iast/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,27 +87,6 @@ If you continue to have trouble, you can always reach out to [New Relic Support]

</Collapser>

<Collapser
id="no-vulns"
title="I don't see vulnerabilities in IAST"
>
If you see your application in New Relic and the security agent successfully started IAST, but you don't see vulnerabilities in **[one.newrelic.com](https://one.newrelic.com) > All capabilities > IAST**, then check the following:

- Go to **[one.newrelic.com](https://one.newrelic.com) > All capabilities > IAST > Applications** and check your application level of efficiency. The **Test efficiency** column indicates if the level of your application is **hight**, **medium**, or **low**.

- Go to **[one.newrelic.com](https://one.newrelic.com) > All capabilities > IAST > Applications** to check if your application is secure. Your application has the **high** value in the **Test efficiency** column, but it doesn't have detected vulnerabilities.

- Open the latest log file in your `nr-security-home/logs/snapshots/` folder, and look for the `Service stats -> websocket` line to check if your web socket connection is broken. The expected value is `OK`.

- Your application's framework or vulnerability category is not supported. See the supported frameworkd for the security agents:
- [Java](https://github.com/newrelic/csec-java-agent#support-matrix)
- [Node.js](https://github.com/newrelic/csec-node-agent/#supported--modules)
- [Go](https://github.com/newrelic/csec-go-agent/tree/v0.1.0#support-matrix)

If you're still not sure why you don't see vulnerabilities in IAST, share your application's configuration and logs with [New Relic Support](https://support.newrelic.com).

</Collapser>

<Collapser
id="stability-issues"
title="I'm facing application stability issues"
Expand Down

0 comments on commit 9e4d31f

Please sign in to comment.