Browse code

Encrypted.PDF -> Heuristics.Encrypted.PDF

Be consistent: all engine detections are prefixed with Heuristics.

Török Edvin authored on 2011/05/12 21:53:13
Showing 1 changed files
... ...
@@ -1539,7 +1539,7 @@ int cli_pdf(const char *dir, cli_ctx *ctx, off_t offset)
1539 1539
 	/* It is encrypted, and a password/key needs to be supplied to decrypt.
1540 1540
 	 * This doesn't trigger for PDFs that are encrypted but don't need
1541 1541
 	 * a password to decrypt */
1542
-	*ctx->virname = "Encrypted.PDF";
1542
+	*ctx->virname = "Heuristics.Encrypted.PDF";
1543 1543
 	rc = CL_VIRUS;
1544 1544
     }
1545 1545