From 0c1aad369cf2fa535ed7c6777db4e8e05525e9f7 Mon Sep 17 00:00:00 2001 From: Achraf Ait Sidi Hammou <53062630+AchrafAsh@users.noreply.github.com> Date: Tue, 21 Jun 2022 15:42:09 +0200 Subject: [PATCH 1/3] docs: add Escape --- src/content/code/services/escape.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/content/code/services/escape.md diff --git a/src/content/code/services/escape.md b/src/content/code/services/escape.md new file mode 100644 index 0000000000..4e073934fe --- /dev/null +++ b/src/content/code/services/escape.md @@ -0,0 +1,5 @@ +--- +name: Escape +description: Monitor the security of your GraphQL endpoints by running thousands of security tests from the CI/CD. Supports every language and framework. +url: https://escape.tech/ +--- From 94c54da5b82f66bc0e2a67bfe8a5d02aa840ba33 Mon Sep 17 00:00:00 2001 From: Achraf Ait Sidi Hammou <53062630+AchrafAsh@users.noreply.github.com> Date: Tue, 21 Jun 2022 15:46:34 +0200 Subject: [PATCH 2/3] docs: add Quickscan --- src/content/code/services/quickscan.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/content/code/services/quickscan.md diff --git a/src/content/code/services/quickscan.md b/src/content/code/services/quickscan.md new file mode 100644 index 0000000000..4c94bd5815 --- /dev/null +++ b/src/content/code/services/quickscan.md @@ -0,0 +1,5 @@ +--- +name: Quickscan +description: Fast and free security scan to run a dozen of tests on a GraphQL endpoint. No login is required. +url: https://graphql.security/ +--- From f09176ab7170ba86f40776b576a4fec1bdc159a5 Mon Sep 17 00:00:00 2001 From: Achraf Ait Sidi Hammou <53062630+AchrafAsh@users.noreply.github.com> Date: Tue, 21 Jun 2022 15:49:26 +0200 Subject: [PATCH 3/3] docs: update description --- src/content/code/services/escape.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/services/escape.md b/src/content/code/services/escape.md index 4e073934fe..61b921173a 100644 --- a/src/content/code/services/escape.md +++ b/src/content/code/services/escape.md @@ -1,5 +1,5 @@ --- name: Escape -description: Monitor the security of your GraphQL endpoints by running thousands of security tests from the CI/CD. Supports every language and framework. +description: Continuous security monitoring for GraphQL APIs. Runs thousands of security tests from the CI/CD. Supports every language and framework. Free to get started. url: https://escape.tech/ ---