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: docs/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## Start using Snyk
6
6
7
-
<tabledata-header-hidden><thead><tr><th></th><thwidth="164.33333333333331"></th><thwidth="188"></th><th></th></tr></thead><tbody><tr><td><ahref="getting-started/">Getting started</a><br>Start running Snyk to secure your code</td><td><ahref="enterprise-configuration/">Enterprise configuration</a><br>Use Snyk in an enterprise system</td><td><ahref="implement-snyk/">Implement Snyk</a><br>Set up Snyk to run in your business</td><td><ahref="getting-started/supported-languages-frameworks-and-feature-availability-overview/">Supported languages</a><br>Match your language and framework to Snyk</td></tr></tbody></table>
7
+
<tabledata-header-hidden><thead><tr><th></th><thwidth="164.33333333333331"></th><thwidth="188"></th><th></th></tr></thead><tbody><tr><td><ahref="getting-started/">Getting started</a><br>Start running Snyk to secure your code</td><td><ahref="enterprise-configuration/">Enterprise configuration</a><br>Use Snyk in an enterprise system</td><td><ahref="implement-snyk/">Implement Snyk</a><br>Set up Snyk to run in your business</td><td><ahref="scan-using-snyk/supported-languages-frameworks-and-feature-availability-overview/">Supported languages</a><br>Match your language and framework to Snyk</td></tr></tbody></table>
8
8
9
9
## Integrate with Snyk <ahref="#explore-snyk-products"id="explore-snyk-products"></a>
Copy file name to clipboardExpand all lines: docs/enterprise-configuration/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Snyk has a number of tools and processes that help secure your entire software d
22
22
For users who are evaluating Snyk or planning an enterprise deployment, and for most programming languages, Snyk recommends integrating with a Git repository to get started.
23
23
24
24
{% hint style="info" %}
25
-
The tool that best serves your tech stack, environment, and workflow depends on your individual circumstances. See [Supported languages and frameworks ](../getting-started/supported-languages-frameworks-and-feature-availability-overview/)for the guide specific to your language for more details.
25
+
The tool that best serves your tech stack, environment, and workflow depends on your individual circumstances. See [Supported languages and frameworks ](../scan-using-snyk/supported-languages-frameworks-and-feature-availability-overview/)for the guide specific to your language for more details.
26
26
{% endhint %}
27
27
28
28
To learn more about choosing the best integration points within the software development lifecycle for you and for your team, at their current level of security maturity, see [Integrating Snyk at your company](https://learn.snyk.io/lesson/integrate-snyk-at-your-company/).
Copy file name to clipboardExpand all lines: docs/enterprise-configuration/snyk-broker/snyk-broker-code-agent/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
{% hint style="info" %}
4
4
<markstyle="color:red;">**The Code Agent is deprecated**</mark>. The preferred method of running Snyk Code analysis using Snyk Broker is through [Brokered Code](../install-and-configure-snyk-broker/advanced-configuration-for-snyk-broker-docker-installation/snyk-code-clone-capability-with-broker-for-docker.md). The Code Agent is an alternative method without advantages. For details, contact your Snyk Integration Consultant or Technical Success Manager or contact [Snyk Support](https://support.snyk.io/hc/en-us).
5
5
6
-
The automatic [PR Checks](../../../scan-using-snyk/pull-requests/pull-request-checks/) feature is not supported ifor Snyk Broker - Code Agent.
6
+
The automatic [PR Checks](../../../scan-with-snyk/pull-requests/pull-request-checks/) feature is not supported ifor Snyk Broker - Code Agent.
7
7
{% endhint %}
8
8
9
9
To connect Snyk Code to your self-hosted Git server using Snyk Broker, you can add the Code Agent after installing Snyk Broker for your SCM. 
@@ -12,7 +12,7 @@ To connect Snyk Code to your self-hosted Git server using Snyk Broker, you can a
12
12
13
13
The Code Agent is available as a [Docker image](https://hub.docker.com/r/snyk/code-agent/). The Code Agent is supported only for Snyk Broker version 4.108.0 and later versions. If you already have a running Broker Client, you must update it by pulling the latest Docker image.
14
14
15
-
Deploying the Broker client and Code Agent creates two separate services. that, along with the Broker server, [Snyk Code AI Engine](../../../scan-using-snyk/snyk-code/#ai-engine), and Snyk Web UI, enable the following Code Analysis workflow:
15
+
Deploying the Broker client and Code Agent creates two separate services. that, along with the Broker server, [Snyk Code AI Engine](../../../scan-with-snyk/snyk-code/#ai-engine), and Snyk Web UI, enable the following Code Analysis workflow:
16
16
17
17
1. On the Snyk Web UI, a user initiates a request to import a repository from a self-hosted Git server to Snyk for Code Analysis. The request can also be initiated from the Snyk API v1, by using the [Import targets request](https://snyk.docs.apiary.io/#reference/import-projects/import/import-targets).
18
18
2. The request arrives at the Broker server, which sends the request to the Broker client, which sends the request to the Code Agent. The Broker client automatically provides the Code Agent with the connection details to the integrated SCM, which stores the required repositories.
@@ -26,7 +26,7 @@ Deploying the Broker client and Code Agent creates two separate services. that,
26
26
27
27
You have installed a Broker client.
28
28
29
-
The maximum file size you can import using the Code Agent deployment method is 1MB. For more information, see [File size limit for Snyk Code analysis](../../../getting-started/supported-languages-frameworks-and-feature-availability-overview/technical-specifications.md#file-size-limit-for-snyk-code-analysis).
29
+
The maximum file size you can import using the Code Agent deployment method is 1MB. For more information, see [File size limit for Snyk Code analysis](../../../getting-started/supported-languages-and-frameworks/technical-specifications.md#file-size-limit-for-snyk-code-analysis).
30
30
31
31
You must have the ability to run a Docker Container, for example, by using a Docker Desktop or Kubernetes.
Copy file name to clipboardExpand all lines: docs/getting-started/README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ A robust security process secures each of these components where they are built
16
16
17
17
## Use Snyk in your workflow
18
18
19
-
***Secure your code**: use [Snyk Open Source](../scan-using-snyk/snyk-open-source/) to fix vulnerabilities in your open source dependencies and [Snyk Code](../scan-using-snyk/snyk-code/) to fix vulnerabilities in your source code.
20
-
***Secure your containers**: use [Snyk Container](../scan-using-snyk/snyk-container/) to fix vulnerabilities in container images and Kubernetes applications.
21
-
***Secure your infrastructure**: use [Snyk Infrastructure as Code (IaC)](../scan-using-snyk/snyk-iac/scan-your-iac-source-code/) to fix misconfigurations in Terraform, CloudFormation, Kubernetes, and Azure templates. Use [IaC+](../scan-using-snyk/snyk-iac/iac+-code-to-cloud-capabilities/) to fix misconfigurations in Amazon Web Services accounts, Microsoft Azure subscriptions, and Google Cloud Projects.
19
+
***Secure your code**: use [Snyk Open Source](../scan-with-snyk/snyk-open-source/) to fix vulnerabilities in your open source dependencies and [Snyk Code](../scan-with-snyk/snyk-code/) to fix vulnerabilities in your source code.
20
+
***Secure your containers**: use [Snyk Container](../scan-with-snyk/snyk-container/) to fix vulnerabilities in container images and Kubernetes applications.
21
+
***Secure your infrastructure**: use [Snyk Infrastructure as Code (IaC)](../scan-with-snyk/snyk-iac/scan-your-iac-source-code/) to fix misconfigurations in Terraform, CloudFormation, Kubernetes, and Azure templates. Use [IaC+](../scan-with-snyk/snyk-iac/iac+-code-to-cloud-capabilities/) to fix misconfigurations in Amazon Web Services accounts, Microsoft Azure subscriptions, and Google Cloud Projects.
22
22
23
23
## Choose how to run Snyk
24
24
@@ -39,9 +39,9 @@ Running Snyk from the command line.
39
39
40
40
The Snyk tech stacks that are supported depend on the Snyk product you use:
41
41
42
-
***Snyk Open Source** and **Snyk Code**: see [Supported languages and frameworks](supported-languages-frameworks-and-feature-availability-overview/).
43
-
***Snyk Container**: see [Supported operating system distributions](../scan-using-snyk/snyk-container/how-snyk-container-works/supported-operating-system-distributions.md).
44
-
***Snyk Infrastructure as Code**: see [Supported IaC and cloud providers](../scan-using-snyk/snyk-iac/supported-iac-languages-cloud-providers-and-cloud-resources/).
42
+
***Snyk Open Source** and **Snyk Code**: see [Supported languages and frameworks](../scan-using-snyk/supported-languages-frameworks-and-feature-availability-overview/).
43
+
***Snyk Container**: see [Supported operating system distributions](../scan-with-snyk/snyk-container/how-snyk-container-works/supported-operating-system-distributions.md).
44
+
***Snyk Infrastructure as Code**: see [Supported IaC and cloud providers](../scan-with-snyk/snyk-iac/supported-iac-languages-cloud-providers-and-cloud-resources/).
Copy file name to clipboardExpand all lines: docs/getting-started/glossary.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -126,11 +126,11 @@ A measure of how practical an exploit for a vulnerability is, based on whether t
126
126
127
127
### Fixable / Partially fixable
128
128
129
-
A measure of whether a vulnerability can be fixed by Sny by applying a patch, upgrade, or pin. See [Vulnerability fix types](../scan-using-snyk/snyk-open-source/manage-vulnerabilities/vulnerability-fix-types.md).
129
+
A measure of whether a vulnerability can be fixed by Sny by applying a patch, upgrade, or pin. See [Vulnerability fix types](../scan-with-snyk/snyk-open-source/manage-vulnerabilities/vulnerability-fix-types.md).
130
130
131
131
### Fix PR
132
132
133
-
A pull request with an automatic fix for discovered vulnerabilities that Snyk can offer the user. See [Automated fix PRs](../scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/create-automatic-fix-prs-for-backlog-issues-and-known-vulnerabilities.md).
133
+
A pull request with an automatic fix for discovered vulnerabilities that Snyk can offer the user. See [Automated fix PRs](../scan-with-snyk/pull-requests/snyk-fix-pull-or-merge-requests/create-automatic-fix-prs-for-backlog-issues-and-known-vulnerabilities.md).
134
134
135
135
## G
136
136
@@ -234,7 +234,7 @@ Pull Request. Allows a user to exchange changes made to source code and collabor
234
234
235
235
### PR Checks
236
236
237
-
Use Snyk PR Checks to prevent new security issues from entering your codebase by automatically scanning code changes in real-time as soon as you submit a pull request (PR) in your source code manager (SCM). See [Run PR Checks](../scan-using-snyk/pull-requests/pull-request-checks/).
237
+
Use Snyk PR Checks to prevent new security issues from entering your codebase by automatically scanning code changes in real-time as soon as you submit a pull request (PR) in your source code manager (SCM). See [Run PR Checks](../scan-with-snyk/pull-requests/pull-request-checks/).
238
238
239
239
### Priority Score
240
240
@@ -268,7 +268,7 @@ A value assigned to an issue, ranging from 0 to 1,000, representing the risk imp
268
268
269
269
### Rule
270
270
271
-
A security policy that checks cloud infrastructure and infrastructure as code (IaC) for misconfigurations that can lead to security problems, or a security rule used by Snyk Code when scanning your source code for vulnerabilities. For more information, see [Snyk Code security rules](../scan-using-snyk/snyk-code/snyk-code-security-rules/) and [IaC custom rules](../scan-using-snyk/snyk-iac/build-your-own-iac-custom-rules/).
271
+
A security policy that checks cloud infrastructure and infrastructure as code (IaC) for misconfigurations that can lead to security problems, or a security rule used by Snyk Code when scanning your source code for vulnerabilities. For more information, see [Snyk Code security rules](../scan-with-snyk/snyk-code/snyk-code-security-rules/) and [IaC custom rules](../scan-with-snyk/snyk-iac/build-your-own-iac-custom-rules/).
272
272
273
273
## S
274
274
@@ -338,19 +338,19 @@ A Snyk platform tool that enables developers to find and fix known vulnerabiliti
338
338
339
339
### Snyk Code
340
340
341
-
A Snyk product. A SAST product enabling developers to find and fix vulnerabilities in your proprietary application code. See [Snyk Code](../scan-using-snyk/snyk-code/).
341
+
A Snyk product. A SAST product enabling developers to find and fix vulnerabilities in your proprietary application code. See [Snyk Code](../scan-with-snyk/snyk-code/).
342
342
343
343
### Snyk Container
344
344
345
-
A Snyk product. Enables developers to find and fix vulnerabilities in container images and Kubernetes applications. See [Snyk Container](../scan-using-snyk/snyk-container/).
345
+
A Snyk product. Enables developers to find and fix vulnerabilities in container images and Kubernetes applications. See [Snyk Container](../scan-with-snyk/snyk-container/).
346
346
347
347
### Snyk Infrastructure as Code
348
348
349
-
A Snyk product. Enables developers to find and fix vulnerabilities in Kubernetes, Helm, and Terraform configuration files. See [Snyk Infrastructure as Code](../scan-using-snyk/snyk-iac/scan-your-iac-source-code/).
349
+
A Snyk product. Enables developers to find and fix vulnerabilities in Kubernetes, Helm, and Terraform configuration files. See [Snyk Infrastructure as Code](../scan-with-snyk/snyk-iac/scan-your-iac-source-code/).
350
350
351
351
### Snyk Open Source
352
352
353
-
A Snyk product. Enables developers to find and fix open-source vulnerabilities. See [Snyk Open Source](../scan-using-snyk/snyk-open-source/).
353
+
A Snyk product. Enables developers to find and fix open-source vulnerabilities. See [Snyk Open Source](../scan-with-snyk/snyk-open-source/).
354
354
355
355
### Snyk plugin
356
356
@@ -401,7 +401,7 @@ A fix type: a problem can be fixed by upgrading a version of a package or by app
401
401
402
402
### Vulnerability
403
403
404
-
A security vulnerability that was identified by Snyk. See [Manage vulnerabilities](../scan-using-snyk/snyk-open-source/manage-vulnerabilities/).
404
+
A security vulnerability that was identified by Snyk. See [Manage vulnerabilities](../scan-with-snyk/snyk-open-source/manage-vulnerabilities/).
Copy file name to clipboardExpand all lines: docs/getting-started/quickstart/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This quickstart helps you with these basic tasks in the Snyk application:
4
4
5
5
{% hint style="info" %}
6
-
Before starting, check that the code in your repositories matches Snyk's [supported languages and frameworks](../supported-languages-frameworks-and-feature-availability-overview/).
6
+
Before starting, check that the code in your repositories matches Snyk's [supported languages and frameworks](../../scan-using-snyk/supported-languages-frameworks-and-feature-availability-overview/).
7
7
{% endhint %}
8
8
9
9
1.[Create a Snyk account](create-or-log-in-to-a-snyk-account.md).
@@ -13,7 +13,7 @@ Before starting, check that the code in your repositories matches Snyk's [suppor
13
13
14
14
### For more details
15
15
16
-
* See [Start scanning ](../../scan-using-snyk/start-scanning-using-the-cli-web-ui-or-api.md)to start using Snyk capabilities.
16
+
* See [Start scanning ](../../scan-with-snyk/start-scanning-using-the-cli-web-ui-or-api.md)to start using Snyk capabilities.
17
17
* See [Walkthrough: Code Repository Projects](../../implement-snyk/walkthrough-code-repository-projects/) to read a full walkthrough of scanning and fixing vulnerabilities from content stored in a Git repository.
18
18
* Visit [Snyk Learn](https://learn.snyk.io/catalog/product-training/) for related introductory training
19
19
@@ -28,7 +28,7 @@ Snyk supports the latest versions of the following web browsers:
Copy file name to clipboardExpand all lines: docs/getting-started/quickstart/view-snyk-scan-results.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ This shows the number of issues found, grouped by severity level (**C**ritical,
13
13
14
14
The scan results and available actions depend on the type of Project you scan:
15
15
16
-
* Open-source libraries: see [Snyk Open Source](../../scan-using-snyk/snyk-open-source/).
17
-
* Application code: see [Snyk Code](../../scan-using-snyk/snyk-code/).
16
+
* Open-source libraries: see [Snyk Open Source](../../scan-with-snyk/snyk-open-source/).
17
+
* Application code: see [Snyk Code](../../scan-with-snyk/snyk-code/).
18
18
* Container images: see [Snyk Container](../../scan-using-snyk/snyk-container/scan-container-images.md).
19
-
* Infrastructure as Code (IaC), Kubernetes, Helm and Terraform configuration files and cloud misconfigurations: see [Scan infrastructure](../../scan-using-snyk/snyk-iac/).
19
+
* Infrastructure as Code (IaC), Kubernetes, Helm and Terraform configuration files and cloud misconfigurations: see [Scan infrastructure](../../scan-with-snyk/snyk-iac/).
*[Snyk Code - Clone capability with Broker for Docker](../enterprise-configuration/snyk-broker/install-and-configure-snyk-broker/advanced-configuration-for-snyk-broker-docker-installation/snyk-code-clone-capability-with-broker-for-docker.md)
@@ -31,12 +31,12 @@ Not all features follow all these stages, and timelines for each feature to move
*[Group projects by branch or version for monitoring](../snyk-cli/scan-and-maintain-projects-using-the-cli/group-projects-by-branch-or-version-for-monitoring.md)
Copy file name to clipboardExpand all lines: docs/getting-started/snyk-web-ui.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Snyk tracks and flags Pull Requests (PRs) in the top-most vulnerable projects, i
48
48
* PRs that can be raised to fix vulnerabilities in some of the most vulnerable Projects.
49
49
* PRs that have already been raised by or through Snyk and are open and awaiting review.
50
50
51
-
For Projects with the **Fix vulnerabilities** link, use this link to view Project details with an option to open a fix PR. See [Snyk Fix Pull or Merge Requests](../scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/) for more details.
51
+
For Projects with the **Fix vulnerabilities** link, use this link to view Project details with an option to open a fix PR. See [Snyk Fix Pull or Merge Requests](../scan-with-snyk/pull-requests/snyk-fix-pull-or-merge-requests/) for more details.
52
52
53
53
{% hint style="warning" %}
54
54
Currently, Snyk tracks and flags PRs in GitHub, GitHub Enterprise, and Bitbucket Cloud only, and only for the top-most vulnerable Projects. If you use another SCM, the **Pending tasks** section shows PRs that can be raised but not PRs that have already been raised.
0 commit comments