From e188bb5b304b525e1c37184e324f04a889d03588 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sun, 29 Sep 2024 23:21:50 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20documents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HAHWUL --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 32114460..e35b7d8f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ This tool was developed using [Crystal](https://crystal-lang.org). Initially sta ## How it works? -Noir is composed of several key components: detector, analyzer, deliver, minilexer/miniparser[^3], output-builder, and tagger[^4]. These components interact and work together to effectively analyze source code. Through this process, they help identify endpoints, parameters, headers, and more within the source code. +Noir is composed of several key components: detector, analyzer, deliver, minilexer/miniparser[^3], output-builder, and passive-scan & tagger[^4]. These components interact and work together to effectively analyze source code. Through this process, they help identify endpoints, parameters, headers, and more within the source code. [^3]: The minilexer and miniparser is a parser and tokenizer used for code analysis to identify various elements within the source code. [^4]: The tagger assigns relevant tags to the identified issues for easier categorization and management.