You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/02/07 08:14:08 UTC

[GitHub] [incubator-shardingsphere] beckhampu opened a new issue #4199: Code Optimization - Add filter classes Constructor to restrict the illegal class to be loaded when unmarshalling yaml as Map

beckhampu opened a new issue #4199: Code Optimization - Add filter classes Constructor to restrict the illegal class to be loaded when unmarshalling yaml as Map
URL: https://github.com/apache/incubator-shardingsphere/issues/4199
 
 
   Now we use org.yaml.snakeyaml.Yaml.load() method to parse yaml as a Map. It is not good, can be loaded some illegal class. So i want to optimize it.
   - [ ] Add filter classes Constructor to restrict the illegal class to be loaded.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] beckhampu closed issue #4199: Code Optimization - Add filter classes Constructor to restrict the illegal class to be loaded when unmarshalling yaml as Map

Posted by GitBox <gi...@apache.org>.
beckhampu closed issue #4199: Code Optimization - Add filter classes Constructor to restrict the illegal class to be loaded when unmarshalling yaml as Map
URL: https://github.com/apache/incubator-shardingsphere/issues/4199
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking commented on issue #4199: Code Optimization - Add filter classes Constructor to restrict the illegal class to be loaded when unmarshalling yaml as Map

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #4199: Code Optimization - Add filter classes Constructor to restrict the illegal class to be loaded when unmarshalling yaml as Map
URL: https://github.com/apache/incubator-shardingsphere/issues/4199#issuecomment-583381549
 
 
   for security issues?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services