Skip to content
New issue

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

Golang XML vulnerabilities #171

Open
mdosch opened this issue Dec 15, 2020 · 3 comments
Open

Golang XML vulnerabilities #171

mdosch opened this issue Dec 15, 2020 · 3 comments

Comments

@licaon-kter
Copy link

Ref: https://mattermost.com/blog/coordinated-disclosure-go-xml-vulnerabilities/

@Neustradamus
Copy link

@mdosch, @licaon-kter: Thanks for this information :)

@prefiks
Copy link

prefiks commented Dec 15, 2020

Not sure if this is really problem for this library, i think what this vulnerability is that if you have element like <test:a xmlns:test="abc" xmlns:test2="abc"/> after parsing and serializing it back you could get <test2:a xmlns:test="abc" xmlns:test2="abc"/>, but i don't think this will be problem for us - we don't require original namespaces, and i don't even think we serialize back values that we parsed previously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants