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

Fix code scanning alert no. 77: Log Injection #106

Closed
wants to merge 1 commit into from

Conversation

jordanpadams
Copy link
Member

Fixes https://github.com/NASA-PDS/registry-common/security/code-scanning/77

To fix the log injection issue, we need to sanitize the user-provided value (rec.id) before logging it. This can be done by removing any potentially harmful characters, such as new-line characters, from the input. We can use the String.replace method to replace new-line characters with an empty string. Additionally, we should ensure that the input is clearly marked in the log entry to prevent any confusion.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
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.

1 participant