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

feat: Move JCR Services from Meeds - MEED-7742 - Meeds-io/meeds#2537 #332

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

boubaker
Copy link
Member

@boubaker boubaker commented Nov 14, 2024

@boubaker boubaker changed the title feat: Move JCR Services from Meeds - Meeds-io/meeds#2537 feat: Move JCR Services from Meeds - MEED-7742 - Meeds-io/meeds#2537 Nov 14, 2024
@boubaker boubaker requested a review from rdenarie November 15, 2024 17:33
@boubaker boubaker merged commit d9e838b into develop Nov 15, 2024
5 checks passed
@boubaker boubaker deleted the meed-2537-dev branch November 15, 2024 18:40
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
22.4% Coverage on New Code (required ≥ 75%)
76 New Critical Issues (required ≤ 0)
73 New Blocker Issues (required ≤ 0)
E Security Rating on New Code (required ≥ A)
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

*/
static public XMLReader getXMLReader() throws SAXException
{
return XMLReaderFactory.createXMLReader();

Check failure

Code scanning / SonarCloud

XML parsers should not be vulnerable to XXE attacks High

Disable access to external entities in XML parsing. See more on SonarQube Cloud
if (source instanceof DOMSource)
{
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
SAXTransformerFactory.newInstance().newTransformer().transform(source, new StreamResult(outputStream));

Check failure

Code scanning / SonarCloud

XML parsers should not be vulnerable to XXE attacks High

Disable access to external entities in XML parsing. See more on SonarQube Cloud
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

Successfully merging this pull request may close these issues.

Drop Infinispan 8
2 participants