diff options
author | Victor Zagorodny <vzagorodny@gitlab.com> | 2019-06-12 00:17:51 +0300 |
---|---|---|
committer | Victor Zagorodny <vzagorodny@gitlab.com> | 2019-06-12 00:17:51 +0300 |
commit | 3dbb4f14e85ed67759340007f106a473776cd7ef (patch) | |
tree | b39ec07c22689b360699aa43b05c7c09470380b4 | |
parent | e068ecf2b09ea2c341c1f695a5eeb12fde72ef68 (diff) | |
download | gitlab-ce-11449-docs-for-sast-ds-report-format-ce.tar.gz |
Link remediations[].diff to docs on mbox format11449-docs-for-sast-ds-report-format-ce
-rw-r--r-- | doc/user/application_security/dependency_scanning/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/application_security/dependency_scanning/index.md b/doc/user/application_security/dependency_scanning/index.md index a988b342a13..1a74d06d237 100644 --- a/doc/user/application_security/dependency_scanning/index.md +++ b/doc/user/application_security/dependency_scanning/index.md @@ -365,7 +365,7 @@ the report JSON unless stated otherwise. Presence of optional fields depends on | `remediations[].fixes` | An array of strings that represent references to vulnerabilities fixed by this particular remediation. | | `remediations[].fixes[].cve` | A string value that describes a fixed vulnerability occurrence in the same format as `vulnerabilities[].cve`. | | `remediations[].summary` | Overview of how the vulnerabilities have been fixed. | -| `remediations[].diff` | base64-encoded remediation code diff, compatible with `git apply`. | +| `remediations[].diff` | base64-encoded remediation code diff, compatible with [`git apply`](https://git-scm.com/docs/git-format-patch#_discussion). | ## Security Dashboard |