From 475744b515601f8621edfb02f99e6e46d70a4a39 Mon Sep 17 00:00:00 2001 From: Sergey Gorbaty Date: Tue, 17 Apr 2018 15:32:33 -0700 Subject: [PATCH] Code example --- .../src/main/resources/category/java/security.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pmd-java/src/main/resources/category/java/security.xml b/pmd-java/src/main/resources/category/java/security.xml index 15eed88266..67b89c28e5 100644 --- a/pmd-java/src/main/resources/category/java/security.xml +++ b/pmd-java/src/main/resources/category/java/security.xml @@ -10,22 +10,31 @@ Rules that flag potential security flaws. -Do not use hard coded initialization vector in cryptographic operations. Please use randomly generated IV. +Do not use hard coded initialization vector in cryptographic operations. Please use a randomly generated IV. 3