Re: Xml external entity issue

2024-03-08 Thread robertlazarski
Best I can tell you are using a very old version of Axis2 and Axiom but anyways that looks like noise from an automated scanning tool because an XXE is DTD related and web services standards like SOAP prohibit DTD's. That Axiom code hasn't changed in about a decade so it doesn't seem to be a real

Re: [PR] Use XMLBeans' BindingConfigImpl in Axis2BindingConfig instead of XSDConfig, +doc. [axis-axis2-java-core]

2024-03-08 Thread robertlazarski
See: ./src/site/markdown/release-process.md There is says (skip the commit obviously): 6. Change to the `target/checkout` directory and prepare the site usi ng the following commands: mvn site-deploy mvn scm-publish:publish-scm -Dscmpublish.skipCheckin=true Now go to the `tar

Re: [PR] Use XMLBeans' BindingConfigImpl in Axis2BindingConfig instead of XSDConfig, +doc. [axis-axis2-java-core]

2024-03-08 Thread via GitHub
std-h commented on PR #589: URL: https://github.com/apache/axis-axis2-java-core/pull/589#issuecomment-1985925731 Can someone give me a hint about `mvn site` generation? If that works I can check if my changes look good, and set this PR as ready for review. -- This is an automated message