mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 12:07:43 +03:00
Nov_12_2023-Dev
This commit is contained in:
@@ -107,7 +107,7 @@ AnalysisResult DeepAnalyzer::Impl::analyzeData(const D2InputData& data, const IW
|
||||
(shouldExcept ? "true" : "false");
|
||||
|
||||
analysis.threatLevel = threat;
|
||||
analysis.shouldBlock = shouldBlock && !shouldExcept;
|
||||
analysis.shouldBlock = shouldBlock;
|
||||
|
||||
return analysis;
|
||||
}
|
||||
|
Reference in New Issue
Block a user