Skip to content

Commit

Permalink
📝 Update documents
Browse files Browse the repository at this point in the history
Signed-off-by: HAHWUL <[email protected]>
  • Loading branch information
hahwul committed Sep 29, 2024
1 parent 1152583 commit e188bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e188bb5

Please sign in to comment.