From 3f1db9dd00bed35752a76f61ab81aadc58dcf3d2 Mon Sep 17 00:00:00 2001 From: Shrey Puranik Date: Mon, 11 Mar 2019 09:44:45 +0000 Subject: [PATCH 1/5] Update security_checker.rst --- security/security_checker.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/security_checker.rst b/security/security_checker.rst index fc6ea1da618..802fb5005c4 100644 --- a/security/security_checker.rst +++ b/security/security_checker.rst @@ -31,7 +31,9 @@ FriendsOfPHP organization. The ``security:check`` command terminates with a non-zero exit code if any of your dependencies is affected by a known security vulnerability. This allows you to add it to your project build process and your continuous - integration workflows. + integration workflows. Depending on the continious integration workflow, a + non-zero exit code could also result in the build process terminating in the + event of vulnerabilities being highlighted. .. tip:: From d0b0db08c4bc16399a48501809529fcad6449f33 Mon Sep 17 00:00:00 2001 From: Shrey Puranik Date: Mon, 11 Mar 2019 09:46:18 +0000 Subject: [PATCH 2/5] Update security_checker.rst --- security/security_checker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/security_checker.rst b/security/security_checker.rst index 802fb5005c4..ca500c15969 100644 --- a/security/security_checker.rst +++ b/security/security_checker.rst @@ -32,7 +32,7 @@ FriendsOfPHP organization. any of your dependencies is affected by a known security vulnerability. This allows you to add it to your project build process and your continuous integration workflows. Depending on the continious integration workflow, a - non-zero exit code could also result in the build process terminating in the + non-zero exit code could result in the build process terminating in the event of vulnerabilities being highlighted. .. tip:: From 739d040dae76dace272901b657bd232d77d3cb1e Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 11 Mar 2019 10:53:01 +0100 Subject: [PATCH 3/5] Minor reword --- security/security_checker.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/security/security_checker.rst b/security/security_checker.rst index ca500c15969..f5570fc7630 100644 --- a/security/security_checker.rst +++ b/security/security_checker.rst @@ -30,10 +30,8 @@ FriendsOfPHP organization. The ``security:check`` command terminates with a non-zero exit code if any of your dependencies is affected by a known security vulnerability. - This allows you to add it to your project build process and your continuous - integration workflows. Depending on the continious integration workflow, a - non-zero exit code could result in the build process terminating in the - event of vulnerabilities being highlighted. + This way you can add it to your project build process and your continuous + integration workflows to make them fail when there are vulnerabilities. .. tip:: From 91645e6a726589262bbea71a87ca940fb2cd069b Mon Sep 17 00:00:00 2001 From: Shrey Puranik Date: Mon, 11 Mar 2019 10:02:21 +0000 Subject: [PATCH 4/5] Update security_checker.rst --- security/security_checker.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/security_checker.rst b/security/security_checker.rst index f5570fc7630..4366d51b334 100644 --- a/security/security_checker.rst +++ b/security/security_checker.rst @@ -31,7 +31,9 @@ FriendsOfPHP organization. The ``security:check`` command terminates with a non-zero exit code if any of your dependencies is affected by a known security vulnerability. This way you can add it to your project build process and your continuous - integration workflows to make them fail when there are vulnerabilities. + integration workflows to make them fail when there are vulnerabilities which + would result in a non-zero exit code being returned when the command is + executed. .. tip:: From bb25efe29c906d6a10b40cdc5dc3db1b7a61cd07 Mon Sep 17 00:00:00 2001 From: Shrey Puranik Date: Mon, 11 Mar 2019 12:34:38 +0000 Subject: [PATCH 5/5] Update security_checker.rst --- security/security_checker.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/security/security_checker.rst b/security/security_checker.rst index 4366d51b334..f5570fc7630 100644 --- a/security/security_checker.rst +++ b/security/security_checker.rst @@ -31,9 +31,7 @@ FriendsOfPHP organization. The ``security:check`` command terminates with a non-zero exit code if any of your dependencies is affected by a known security vulnerability. This way you can add it to your project build process and your continuous - integration workflows to make them fail when there are vulnerabilities which - would result in a non-zero exit code being returned when the command is - executed. + integration workflows to make them fail when there are vulnerabilities. .. tip::