============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson. All rights reserved.
    Modifications copyright (C) 2020 Bell Canada. All rights reserved.
+   Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
         <dependency>
             <groupId>org.onap.sdc.sdc-distribution-client</groupId>
             <artifactId>sdc-distribution-client</artifactId>
-            <version>1.4.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
 
      * ensures validation of entries in the Zipfile. Attempts to solve path
      * injection java security issues.
      *
-     * @param entry the ZipEntry to check
+     * @param entryName name of the ZipEntry to check
      * @param csarPath Absolute path to the csar the ZipEntry is in
+     * @param entrySize size of the ZipEntry
      * @return true if no injection detected, and it is a policy type  or policy file.
      * @throws PolicyDecodingException if the file size is too large
      */