Skip to content

Commit

Permalink
docs: Update analyzer names for clarity in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: HAHWUL <[email protected]>
  • Loading branch information
hahwul committed Jan 19, 2025
1 parent f8c4f8a commit 3dc1068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added docs/images/owasp-noir-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ flowchart LR
subgraph Analyzers
direction LR
Analyzer1 & Analyzer2 & Analyzer3
Analyzer2 --> |Condition| Minilexer
Analyzer3 --> |Condition| Miniparser
CodeAnalyzers & FileAnalyzer & LLMAnalyzer
CodeAnalyzers --> |Condition| Minilexer
CodeAnalyzers --> |Condition| Miniparser
end
Analyzers --> |Condition| Deliver
Expand Down

0 comments on commit 3dc1068

Please sign in to comment.