Skip to content

refactor(dependency-injection): Port away from query where possible#55373

Draft
CarlSchwan wants to merge 1 commit intomasterfrom
carl/port-away-query
Draft

refactor(dependency-injection): Port away from query where possible#55373
CarlSchwan wants to merge 1 commit intomasterfrom
carl/port-away-query

Conversation

@CarlSchwan
Copy link
Member

Summary

TODO

  • ...

Checklist

@CarlSchwan CarlSchwan self-assigned this Sep 28, 2025
@CarlSchwan CarlSchwan added the 2. developing Work in progress label Sep 28, 2025
Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
}
} catch (QueryException $e) {
} catch (ContainerExceptionInterface $e) {
echo $e->getTraceAsString() . $e->getMessage() . PHP_EOL;

Check failure

Code scanning / Psalm

TaintedHtml Error

Detected tainted HTML
}
} catch (QueryException $e) {
} catch (ContainerExceptionInterface $e) {
echo $e->getTraceAsString() . $e->getMessage() . PHP_EOL;

Check failure

Code scanning / Psalm

TaintedTextWithQuotes Error

Detected tainted text with possible quotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2. developing Work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant