You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/security/code_security/troubleshooting/_index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,12 +225,12 @@ If you are not seeing `datadog.appsec.risk_management.iast.host_instance`, check
225
225
Runtime application security data is sent with APM traces. See [APM troubleshooting][4] to [confirm APM setup][5] and check for [connection errors][6].
226
226
227
227
### 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].
229
229
230
230
## Disabling Code Security capabilities
231
231
### Disabling static repository scanning
232
232
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.
234
234
- If you are scanning source code repositories through your CI pipelines, remove the relevant job(s) from your CI pipelines.
235
235
236
236
### Disabling runtime SCA on your services
@@ -285,7 +285,9 @@ To disable IAST, remove the `DD_IAST_ENABLED=true` environment variable from you
0 commit comments