Skip to content

Conversation

@wz-gsa
Copy link
Contributor

@wz-gsa wz-gsa commented Apr 21, 2025

Changes proposed in this pull request:

  • Fixes broken Cloud.gov logo image

Things to check

  • For any logging statements, is there any chance that they could be logging sensitive data?
  • Are log statements using a logging library with a logging level set? Setting a logging level means that log statements "below" that level will not be written to the output. For example, if the logging level is set to INFO and debugging statements are written with log.debug or similar, then they won't be written to the output, which can prevent unintentional leaks of sensitive data.

Security considerations

None

Signed-off-by: William Zujkowski <[email protected]>
@wz-gsa wz-gsa added the bug Something isn't working label Apr 21, 2025
@wz-gsa wz-gsa self-assigned this Apr 21, 2025
@wz-gsa wz-gsa requested a review from a team as a code owner April 21, 2025 13:27
@wz-gsa wz-gsa enabled auto-merge April 21, 2025 13:28
@wz-gsa wz-gsa merged commit 7d7ce97 into main Apr 21, 2025
3 checks passed
@wz-gsa wz-gsa deleted the wz-gsa-patch-1 branch April 21, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants