FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing main...fix/token-exposure-security · inputlayer/github_app · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inputlayer/github_app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: inputlayer/github_app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/token-exposure-security
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Nov 18, 2025

  1. feat(security): add global tracing scrubber to prevent token exposure…

    … in logs
    
      Implements automatic sanitization of GitHub tokens and credentials across
      all log output using tracing-subscriber. Prevents accidental exposure of:
      - GitHub tokens (ghp_, gho_, ghu_, ghs_, ghr_)
      - Credentials in URLs (x-access-token, basic auth)
      - Bearer tokens
    
      Resolves critical security vulnerability where installation tokens embedded
      in git URLs would leak through error messages.
    
    - add tracing and tracing-subscriber to Cargo.toml
    alessandrostone committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    f68d4b1 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL