From e639a1a11419cd16d5eb30f93e5aac2a3527a2dd Mon Sep 17 00:00:00 2001 From: Michael Cretzman <58786311+michaelcretzman@users.noreply.github.com> Date: Thu, 13 Nov 2025 13:06:59 -0800 Subject: [PATCH] Update links and references in troubleshooting guide - fixed two missing links --- content/en/security/code_security/troubleshooting/_index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/security/code_security/troubleshooting/_index.md b/content/en/security/code_security/troubleshooting/_index.md index 326b4c28978..ed9c387baa6 100644 --- a/content/en/security/code_security/troubleshooting/_index.md +++ b/content/en/security/code_security/troubleshooting/_index.md @@ -225,12 +225,12 @@ If you are not seeing `datadog.appsec.risk_management.iast.host_instance`, check Runtime application security data is sent with APM traces. See [APM troubleshooting][4] to [confirm APM setup][5] and check for [connection errors][6]. ### Issues with Python and Flask instrumentation -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]. +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]. ## Disabling Code Security capabilities ### Disabling static repository scanning To disable scanning Static Code Analysis (SAST) or static Software Composition Analysis: -- 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. +- 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. - If you are scanning source code repositories through your CI pipelines, remove the relevant job(s) from your CI pipelines. ### Disabling runtime SCA on your services @@ -285,7 +285,9 @@ To disable IAST, remove the `DD_IAST_ENABLED=true` environment variable from you [9]: https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#enabling-the-lock-file [12]: https://app.datadoghq.com/security/appsec/vm/library [13]: https://github.com/DataDog/datadog-static-analyzer/blob/main/doc/diff-aware.md +[17]: https://app.datadoghq.com/security/configuration/code-security/setup [16]: https://app.datadoghq.com/services?&lens=Security [18]: https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-git-large-file-storage +[19]: https://www.datadoghq.com/blog/monitoring-flask-apps-with-datadog/ [19]: https://docs.datadoghq.com/security/code_security/software_composition_analysis/setup_static/?tab=datadog#running-options [20]: /security/configuration/code-security/setup?steps=iast