Skip to content

Conversation

@kkartunov
Copy link
Contributor

No description provided.

@kkartunov kkartunov merged commit 9fe5bdf into master Nov 2, 2025
7 checks passed
while (true) {
params.set('page', String(page));

this.logger.log(
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[❗❗ security]
Logging sensitive information such as query.challengeId and query.memberId can pose security risks. Consider removing these from the logs or ensure they are adequately protected.


this.logger.log(
'Debug resources call:',
params.toString(),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[💡 readability]
The params.toString() and JSON.stringify(params) might produce redundant information in the logs. Consider logging only the necessary details to avoid clutter.

@kkartunov kkartunov mentioned this pull request Nov 2, 2025
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