Created
May 2, 2022 14:48
-
-
Save altfatterz/071c0912a41aadc99f7260f2bc58828a to your computer and use it in GitHub Desktop.
commons-io vulnerability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <build> | |
| <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> | |
| <testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory> | |
| <plugins> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-clean-plugin</artifactId> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-jar-plugin</artifactId> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-compiler-plugin</artifactId> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.springframework.boot</groupId> | |
| <artifactId>spring-boot-maven-plugin</artifactId> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.jetbrains.kotlin</groupId> | |
| <artifactId>kotlin-maven-plugin</artifactId> | |
| </plugin> | |
| </plugins> | |
| <pluginManagement> | |
| <plugins> | |
| <plugin> | |
| <groupId>org.jetbrains.kotlin</groupId> | |
| <artifactId>kotlin-maven-plugin</artifactId> | |
| <version>1.6.21</version> | |
| <configuration> | |
| <args> | |
| <arg>-Xjsr305=strict</arg> | |
| </args> | |
| <compilerPlugins> | |
| <plugin>spring</plugin> | |
| </compilerPlugins> | |
| </configuration> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.jetbrains.kotlin</groupId> | |
| <artifactId>kotlin-maven-allopen</artifactId> | |
| <version>${kotlin.version}</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-compiler-plugin</artifactId> | |
| <version>3.5.1</version> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>maven-shared-utils</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>maven-shared-utils</artifactId> | |
| <version>3.3.4</version> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| <version>2.11.0</version> | |
| </dependency> | |
| </dependencies> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-compiler-plugin</artifactId> | |
| <version>3.10.1</version> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>maven-shared-utils</artifactId> | |
| <version>3.3.4</version> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| <version>2.11.0</version> | |
| </dependency> | |
| </dependencies> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.springframework.boot</groupId> | |
| <artifactId>spring-boot-maven-plugin</artifactId> | |
| <version>2.6.7</version> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>maven-common-artifact-filters</artifactId> | |
| <version>3.2.0</version> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-shade-plugin</artifactId> | |
| <version>3.2.4</version> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| <version>2.11.0</version> | |
| </dependency> | |
| </dependencies> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-jar-plugin</artifactId> | |
| <version>3.2.2</version> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.apache.maven</groupId> | |
| <artifactId>maven-archiver</artifactId> | |
| <version>3.5.2</version> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>maven-shared-utils</artifactId> | |
| </exclusion> | |
| <exclusion> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>maven-shared-utils</artifactId> | |
| <version>3.3.4</version> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>file-management</artifactId> | |
| <version>3.0.0</version> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>maven-shared-io</artifactId> | |
| </exclusion> | |
| <exclusion> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>maven-shared-utils</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>maven-shared-io</artifactId> | |
| <version>3.0.0</version> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>maven-shared-utils</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| <version>2.11.0</version> | |
| </dependency> | |
| </dependencies> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| <version>3.2.0</version> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>maven-filtering</artifactId> | |
| <version>3.2.0</version> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| <version>2.11.0</version> | |
| </dependency> | |
| </dependencies> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-clean-plugin</artifactId> | |
| <version>3.2.0</version> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.apache.maven.shared</groupId> | |
| <artifactId>maven-shared-utils</artifactId> | |
| <version>3.3.4</version> | |
| <exclusions> | |
| <exclusion> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| <version>2.11.0</version> | |
| </dependency> | |
| </dependencies> | |
| </plugin> | |
| </plugins> | |
| </pluginManagement> | |
| </build> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment