Skip to content

Commit

Permalink
Ignore unused global middleware analyzer, seems to be false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Apr 21, 2024
1 parent 41f1e57 commit fc6d21e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/enlightn.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
\Enlightn\Enlightn\Analyzers\Security\StableDependencyAnalyzer::class,
\Enlightn\Enlightn\Analyzers\Security\VulnerableDependencyAnalyzer::class,
\Enlightn\Enlightn\Analyzers\Security\LoginThrottlingAnalyzer::class,
\Enlightn\Enlightn\Analyzers\Performance\UnusedGlobalMiddlewareAnalyzer::class,
],

/*
Expand Down

0 comments on commit fc6d21e

Please sign in to comment.