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
Currently, REXML accepts unclosed DOCTYPE declarations.
require "rexml/document" REXML::Document.new("<!DOCTYPE foo [") # => <UNDEFINED> ... </> # No exceptions are raised!
It seems strange and it should be fixed.
The text was updated successfully, but these errors were encountered:
Reject unclosed DOCTYPE on parsing
4af4265
Fix ruby#152
Reject unclosed DOCTYPE on parsing (#153)
f704011
Fix #152 --------- Co-authored-by: Sutou Kouhei <[email protected]>
Successfully merging a pull request may close this issue.
Currently, REXML accepts unclosed DOCTYPE declarations.
It seems strange and it should be fixed.
The text was updated successfully, but these errors were encountered: