You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/10/07 09:47:02 UTC

[GitHub] [hadoop] pjfanning commented on pull request #4981: YARN-11330: use secure XML parsers

pjfanning commented on PR #4981:
URL: https://github.com/apache/hadoop/pull/4981#issuecomment-1271368458

   @steveloughran looks like I need to change the GpuParser code to allow DTDs. But I can add some of the secure settings. I'm testing a fix locally.
   
   The XML files parsed by this class look like:
   
   ```
   <?xml version="1.0" ?>
   
   <!DOCTYPE nvidia_smi_log SYSTEM "nvsmi_device_v8.dtd">
   
   <nvidia_smi_log>
       <timestamp>Wed Sep 6 21:52:51 2017</timestamp>
       <driver_version>375.66</driver_version>
       ...
   ```


-- 
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.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org