Skip to content

Commit

Permalink
GITBOOK-8010: Snyk Code, hardcoded secrets partnerships
Browse files Browse the repository at this point in the history
  • Loading branch information
andreionciu authored and gitbook-bot committed Sep 18, 2024
1 parent 733c90c commit 41226cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scan-with-snyk/snyk-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Snyk Code is powered by a semantic, AI-based analysis engine and can analyze the
* **Coding issues:** Finds problems such as dead code, branches that are predefined, and branches having the same code on each side.
* **Control flow:** Identifies null dereference or race conditions by modeling each possible control flow in the application.
* **Data flow:** Follows the flow of data within the application from the source to the sink. Combined with AI-based learning of external insecure data sources, data sinks, and sanitation functions, this enables a strong taint analysis.
* **Hardcoded secrets:** Hardcoded secrets detection rules are invoked during SAST scans but do not act as a standalone secrets scanning tool. For an enhanced secrets solution, see our partnership with [GitGuardian](https://snyk.io/blog/supercharge-app-security-code-to-cloud/).
* **Hardcoded secrets:** Hardcoded secrets detection rules are invoked during SAST scans but do not act as a standalone secrets scanning tool, as this is done through our partnership with third-party tools. See our Snyk Learn lessons on [GitGuardian](https://learn.snyk.io/lesson/snyk-apprisk-gitguardian/) and [Nightfall AI](https://learn.snyk.io/lesson/snyk-apprisk-nightfall-ai/).

<figure><img src="../../.gitbook/assets/Introduction - AI Engine - Hardcoded secrets.png" alt="Hardcoded secret found"><figcaption><p>Hardcoded secret found</p></figcaption></figure>

Expand Down

0 comments on commit 41226cd

Please sign in to comment.