Skip to content

Commit

Permalink
[SECURITY-1736]
Browse files Browse the repository at this point in the history
  • Loading branch information
modmac committed Apr 14, 2020
1 parent cd39d25 commit 6ddcb02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.21</version>
<version>1.26</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import java.util.Map;

import org.yaml.snakeyaml.constructor.AbstractConstruct;
import org.yaml.snakeyaml.constructor.Constructor;
import org.yaml.snakeyaml.constructor.SafeConstructor;
import org.yaml.snakeyaml.error.YAMLException;
import org.yaml.snakeyaml.nodes.MappingNode;
import org.yaml.snakeyaml.nodes.Node;
Expand All @@ -22,7 +22,7 @@
*
* @author Trek10, Inc.
*/
public class IntrinsicsYamlConstructor extends Constructor {
public class IntrinsicsYamlConstructor extends SafeConstructor {
public IntrinsicsYamlConstructor() {
addIntrinsic("And");
addIntrinsic("Base64");
Expand Down

0 comments on commit 6ddcb02

Please sign in to comment.