yaml共6篇
How to find value using path array on structural document in Java-拾光赋

How to find value using path array on structural document in Java

How to find value using path array on structural document in Java,Sometimes we need to find a value on structural document like JSON, YAML. Also there is sometime to need to find a...
kity的头像-拾光赋kity4年前
0375
How to prevent a potential remote code execution via SnakeYAML deserialization-拾光赋

How to prevent a potential remote code execution via SnakeYAML deserialization

How to prevent a potential remote code execution via SnakeYAML deserialization,A popular java library for YAML parsing, SnakeYAML, has a well know vulnerability if used incorrectly...
kity的头像-拾光赋kity4年前
02210
Preventing YAML parsing issues in Java-拾光赋

Preventing YAML parsing issues in Java

Preventing YAML parsing issues in Java,YAML is a human-readable language to serialize data that’s commonly used for config files. The word YAML is an acronym for “YAML ain’t a m...
kity的头像-拾光赋kity4年前
0258
How to handling internal Yaml in Jar.-拾光赋

How to handling internal Yaml in Jar.

How to handling internal Yaml in Jar., Intro. Some far ago, I've been introducing 'How to manage your configuration file with YAML in Java programmatically' in previous post. if yo...
kity的头像-拾光赋kity4年前
03313
How to manage your configuration file with YAML in Java programmatically-拾光赋

How to manage your configuration file with YAML in Java programmatically

How to manage your configuration file with YAML in Java programmatically, Introduction YAML is most useful data format to describe structural hierarchy in these days. It's more sim...
kity的头像-拾光赋kity5年前
02710
Modern YAML For Modern Java-拾光赋

Modern YAML For Modern Java

Modern YAML For Modern Java,Since Java does not have a standard API for YAML and since, starting YAML 1.2, the format is supposed to be a superset of JSON, we decided to create a p...
kity的头像-拾光赋kity5年前
0325