Brett Vickers
Brett Vickers
I have decided to abandon this rewrite. I am not happy with it.
In order to do this properly, the API would need to stop returning a pointer to an `Element`. That would be a breaking change, so I cannot really do this....
Huh. Thanks to you, today I learned that go functions can process a `nil` pointer receiver without a panic. I was under the impression that this was not possible. Let...
I finally got back to this. Sorry for the delay. After thinking more about this, I realized your original proposal made more sense than my alternative proposal. It's actually pretty...
I'm seeing a similar issue after upgrading an ASP.NET Core application from .NET 6 to .NET 7. My application also generates a FileNotFoundException, except it is for the Assembly that's...
Apologies, I can open a new issue if that helps. EDIT: Nevermind, I found the source of the problem. Explained below. After looking at the aspnetcore source code, it appears...
Isn't it the case that encoding/xml ignores external entities? Turning off directives is a breaking change.
Unfortunately opt-in is also a breaking change. If go's `encoding/xml` package ignores external entity declarations, can you explain how this is a security risk?
OK I appreciate the feedback. I will close this issue but will add an option to disable directive parsing as an opt-in behavior (even if it's not an ideal solution...