From d16117ff7023676946f71d04e64d5659aabc4cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nedim=20=C5=A0abi=C4=87=C2=B2?= Date: Wed, 4 Sep 2024 19:33:59 +0200 Subject: [PATCH] ci(workflows): Fix release job (#300) --- .github/workflows/release.yml | 4 ++-- README.md | 6 +++--- docs/overview/what-is-fibratus.md | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4471d2bff..a1521cac9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,11 +145,11 @@ jobs: shell: bash run: | echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3 | cut -c2-) - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: fibratus-${{ steps.get_version.outputs.VERSION }}-amd64.msi path: build - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: fibratus-${{ steps.get_version.outputs.VERSION }}-slim-amd64.msi path: build diff --git a/README.md b/README.md index 55fcdc3e1..f6f734ce4 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ ### What is Fibratus? -Fibratus detects, protects, and erradicates advanced adversary tradecraft by scrutinizing -and asserting a wide spectrum of system events against a behaviour-driven [rule engine](https://www.fibratus.io/#/filters/rules) and [YARA](https://www.fibratus.io/#/yara/introduction) memory scanner. +Fibratus detects, protects, and eradicates advanced adversary tradecraft by scrutinizing +and asserting a wide spectrum of system events against a behavior-driven [rule engine](https://www.fibratus.io/#/filters/rules) and [YARA](https://www.fibratus.io/#/yara/introduction) memory scanner. Events can also be shipped to a wide array of [output sinks](https://www.fibratus.io/#/outputs/introduction) or dumped to [capture](https://www.fibratus.io/#/captures/introduction) files for local inspection and forensics analysis. You can use [filaments](https://www.fibratus.io/#/filaments/introduction) to extend Fibratus with your own arsenal of tools and so leverage the power of the Python ecosystem. -In a nuthsell, Fibratus mantra is defined by the pillars of **realtime behaviour detection**, **memory scanning**, and **forensics** capabilities. +In a nutshell, the Fibratus mantra is defined by the pillars of **realtime behavior detection**, **memory scanning**, and **forensics** capabilities. ### Quick start diff --git a/docs/overview/what-is-fibratus.md b/docs/overview/what-is-fibratus.md index 1cda239ff..0770d4170 100755 --- a/docs/overview/what-is-fibratus.md +++ b/docs/overview/what-is-fibratus.md @@ -1,8 +1,8 @@ # What is Fibratus? -[Fibratus](https://github.com/rabbitstack/fibratus) detects, protects, and erradicates advanced adversary tradecraft by scrutinizing -and asserting a wide spectrum of system events against a behaviour-driven [rule engine](/filters/rules) and [YARA](/yara/introduction) memory scanner. +[Fibratus](https://github.com/rabbitstack/fibratus) detects, protects, and eradicates advanced adversary tradecraft by scrutinizing +and asserting a wide spectrum of system events against a behavior-driven [rule engine](/filters/rules) and [YARA](/yara/introduction) memory scanner. Events can also be shipped to a wide array of [output sinks](/outputs/introduction) or dumped to [capture](/captures/introduction) files for local inspection and forensics analysis. You can use [filaments](/filaments/introduction) to extend Fibratus with your own arsenal of tools and so leverage the power of the Python ecosystem. -In a nuthsell, Fibratus mantra is defined by the pillars of **realtime behaviour detection**, **memory scanning**, and **forensics capabilities**. +In a nutshell, the Fibratus mantra is defined by the pillars of **realtime behavior detection**, **memory scanning**, and **forensics capabilities**.