Skip to content

Commit 608a1cd

Browse files
Update links and references in troubleshooting guide (#32828)
- fixed two missing links
1 parent 5b57f22 commit 608a1cd

File tree

1 file changed

+4
-2
lines changed
  • content/en/security/code_security/troubleshooting

1 file changed

+4
-2
lines changed

content/en/security/code_security/troubleshooting/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ If you are not seeing `datadog.appsec.risk_management.iast.host_instance`, check
225225
Runtime application security data is sent with APM traces. See [APM troubleshooting][4] to [confirm APM setup][5] and check for [connection errors][6].
226226

227227
### Issues with Python and Flask instrumentation
228-
If you're running a Flask application, ensure that you are calling the `ddtrace_iast_flask_patch()` function at the top level of the module and before calling `app.run()`. For more information, see the [Flask integration documentation][17].
228+
If you're running a Flask application, ensure that you are calling the `ddtrace_iast_flask_patch()` function at the top level of the module and before calling `app.run()`. For more information, see the [Flask integration documentation][19].
229229

230230
## Disabling Code Security capabilities
231231
### Disabling static repository scanning
232232
To disable scanning Static Code Analysis (SAST) or static Software Composition Analysis:
233-
- If you are scanning your repositories through Datadog-hosted scanning, navigate to [**Code Security > Setup**][17], click **Enable scanning for your repositories**, and disable the toggles previously enabled for scanning either all connected repositories or each repository.
233+
- If you are scanning your repositories through Datadog-hosted scanning, navigate to Code Security [**Setup**][17], click **Enable scanning for your repositories**, and disable the toggles previously enabled for scanning either all connected repositories or each repository.
234234
- If you are scanning source code repositories through your CI pipelines, remove the relevant job(s) from your CI pipelines.
235235

236236
### Disabling runtime SCA on your services
@@ -285,7 +285,9 @@ To disable IAST, remove the `DD_IAST_ENABLED=true` environment variable from you
285285
[9]: https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#enabling-the-lock-file
286286
[12]: https://app.datadoghq.com/security/appsec/vm/library
287287
[13]: https://github.com/DataDog/datadog-static-analyzer/blob/main/doc/diff-aware.md
288+
[17]: https://app.datadoghq.com/security/configuration/code-security/setup
288289
[16]: https://app.datadoghq.com/services?&lens=Security
289290
[18]: https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-git-large-file-storage
291+
[19]: https://www.datadoghq.com/blog/monitoring-flask-apps-with-datadog/
290292
[19]: https://docs.datadoghq.com/security/code_security/software_composition_analysis/setup_static/?tab=datadog#running-options
291293
[20]: /security/configuration/code-security/setup?steps=iast

0 commit comments

Comments
 (0)