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

eTransl improved logging #48

Merged
merged 6 commits into from
Apr 16, 2024
Merged

Conversation

SrdjanStevanetic
Copy link
Contributor

No description provided.

@@ -32,7 +32,7 @@
@RequestParam(value = "external-reference", required = true) String externalReference,
@RequestBody String body) {
if(LOGGER.isDebugEnabled()) {
LOGGER.debug("eTranslation callback on translation api has been received");
LOGGER.debug("eTranslation callback on translation api has been received with the external-reference: {}", externalReference);

Check notice

Code scanning / SonarCloud

Logging should not be vulnerable to injection attacks Low

Change this code to not log user-controlled data. See more on SonarCloud
@gsergiu gsergiu merged commit 177e277 into develop Apr 16, 2024
1 check passed
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.

2 participants