SUPPORT-9156: fix
This commit is contained in:
parent
862cf49511
commit
88a3460d65
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ public class FileScanService {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isPasswordProtectedFile(processOutput)) {
|
if (isPasswordProtectedFile(processOutput)) {
|
||||||
LOGGER.warn("File '{}' is identified as password protected. Please review the file.",
|
LOGGER.warn("File: {} is identified as password protected. Please review the file.",
|
||||||
originalFileName
|
originalFileName
|
||||||
);
|
);
|
||||||
exitCode = INFECTED_CODE;
|
exitCode = INFECTED_CODE;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue