From 3dbb4f14e85ed67759340007f106a473776cd7ef Mon Sep 17 00:00:00 2001 From: Victor Zagorodny Date: Wed, 12 Jun 2019 00:17:51 +0300 Subject: Link remediations[].diff to docs on mbox format --- doc/user/application_security/dependency_scanning/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1