Swap to SafeYAML
For more information read https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in
This commit is contained in:
parent
4629cda855
commit
91858a74b5
1 changed files with 6 additions and 6 deletions
12
pom.xml
12
pom.xml
|
@ -48,7 +48,7 @@
|
||||||
<semantic-version.version>2.1.1</semantic-version.version>
|
<semantic-version.version>2.1.1</semantic-version.version>
|
||||||
<slf4j.version>2.0.5</slf4j.version>
|
<slf4j.version>2.0.5</slf4j.version>
|
||||||
<smali.version>2.5.2</smali.version>
|
<smali.version>2.5.2</smali.version>
|
||||||
<snakeyaml.version>1.33</snakeyaml.version>
|
<safeyaml.version>1.34.0</safeyaml.version>
|
||||||
<treelayout.version>1.0.3</treelayout.version>
|
<treelayout.version>1.0.3</treelayout.version>
|
||||||
<webp-imageio.version>0.2.2</webp-imageio.version>
|
<webp-imageio.version>0.2.2</webp-imageio.version>
|
||||||
<xpp3.version>1.1.4c</xpp3.version>
|
<xpp3.version>1.1.4c</xpp3.version>
|
||||||
|
@ -95,8 +95,8 @@
|
||||||
<version>${apktool.version}</version>
|
<version>${apktool.version}</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.yaml</groupId>
|
<groupId>com.konloch</groupId>
|
||||||
<artifactId>snakeyaml</artifactId>
|
<artifactId>safeyaml</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -287,9 +287,9 @@
|
||||||
<version>${smali.version}</version>
|
<version>${smali.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.yaml</groupId>
|
<groupId>com.konloch</groupId>
|
||||||
<artifactId>snakeyaml</artifactId>
|
<artifactId>safeyaml</artifactId>
|
||||||
<version>${snakeyaml.version}</version>
|
<version>${safeyaml.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>xpp3</groupId>
|
<groupId>xpp3</groupId>
|
||||||
|
|
Loading…
Reference in a new issue