| Port details on branch 2026Q2 |
- rubygem-auth-sanitizer Configurable KV output redaction. Sanitize/filter your secrets
- 0.1.4 security
=0 Package not present on quarterly.This is expected early in the quarter (because the new packaage repo has not been built yet.). Otherwise, this missing version is most likely a FreshPorts error. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2026-06-30 08:14:44
- Last Update: 2026-06-30 05:43:25
- Commit Hash: 65c8b42
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/ruby-oauth/auth-sanitizer
- Description:
- auth-sanitizer provides small, dependency-light helpers for keeping OAuth and
authentication secrets out of object inspection and log output.
The gem is intentionally narrow in scope. It does not change HTTP requests,
token objects, persistence, or application configuration for you. Instead, it
gives host gems and applications two reusable redaction surfaces:
- Auth::Sanitizer::FilteredAttributes redacts selected instance variables from
#inspect.
- Auth::Sanitizer::SanitizedLogger wraps an existing logger and redacts
sensitive values from string log messages.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- rubygem-auth-sanitizer>0:security/rubygem-auth-sanitizer
- To install the port:
- cd /usr/ports/security/rubygem-auth-sanitizer/ && make install clean
- To add the package, run one of these commands:
- pkg install security/rubygem-auth-sanitizer
- pkg install rubygem-auth-sanitizer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-auth-sanitizer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1779455647
SHA256 (rubygem/auth-sanitizer-0.1.4.gem) = ded72221d4d3a7c91e34e8a87b21e6a42cbf7829697f140dcf49d542422faedc
SIZE (rubygem/auth-sanitizer-0.1.4.gem) = 38400
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-version_gem>=1.1.9<2 : devel/rubygem-version_gem
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_rubygem-auth-sanitizer
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.1.4 30 Jun 2026 05:43:25
    |
Matthias Fechner (mfechner)  Author: Po-Chuan Hsieh |
security/rubygem-auth-sanitizer: Update to 0.1.4
Changes: https://github.com/ruby-oauth/auth-sanitizer/releases
(cherry picked from commit 297f428d17168b3d9d15650871df746979e2fde5) |
0.1.2 30 Jun 2026 05:43:18
    |
Matthias Fechner (mfechner)  Author: Po-Chuan Hsieh |
security/rubygem-auth-sanitizer: Add rubygem-auth-sanitizer 0.1.2
auth-sanitizer provides small, dependency-light helpers for keeping OAuth and
authentication secrets out of object inspection and log output.
The gem is intentionally narrow in scope. It does not change HTTP requests,
token objects, persistence, or application configuration for you. Instead, it
gives host gems and applications two reusable redaction surfaces:
- Auth::Sanitizer::FilteredAttributes redacts selected instance variables from
#inspect.
- Auth::Sanitizer::SanitizedLogger wraps an existing logger and redacts
sensitive values from string log messages.
(cherry picked from commit 4bbca23bd638147c61ce5fa1963286e8aad46644) |