Upgrade to oparent 3.2.1 49/130149/1
authorpdragosh <pd1248@att.com>
Wed, 3 Aug 2022 15:11:50 +0000 (10:11 -0500)
committerpdragosh <pd1248@att.com>
Wed, 3 Aug 2022 15:11:56 +0000 (10:11 -0500)
Issue-ID: POLICY-4211
Change-Id: I195d39d02a5c990bbdbaaa0e465573486d64daf9
Signed-off-by: pdragosh <pd1248@att.com>
plugins/reception-plugins/src/main/java/org/onap/policy/distribution/reception/decoding/policy/file/PolicyDecoderFileInCsarToPolicy.java

index e6bca42..3158836 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  *  Copyright (C) 2018 Ericsson. All rights reserved.
  *  Copyright (C) 2019 Nordix Foundation.
- *  Modifications Copyright (C) 2020-2021 AT&T Inc.
+ *  Modifications Copyright (C) 2020-2022 AT&T Inc.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -104,8 +104,9 @@ public class PolicyDecoderFileInCsarToPolicy implements PolicyDecoder<Csar, Tosc
      * ensures validation of entries in the Zipfile. Attempts to solve path
      * injection java security issues.
      *
-     * @param entry the ZipEntry to check
+     * @param entryName the ZipEntry to check
      * @param csarPath Absolute path to the csar the ZipEntry is in
+     * @param entrySize the entry size
      * @return true if no injection detected, and it is a policy type  or policy file.
      * @throws PolicyDecodingException if the file size is too large
      */