| Port details |
- rubygem-auth-sanitizer Configurable KV output redaction. Sanitize/filter your secrets
- 0.2.3 security
=1 0.1.4Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2026-05-21 15:06:28
- Last Update: 2026-08-24 05:17:47
- Commit Hash: 1654092
- People watching this port, also watch:: py311-pycparser, p5-Net-HTTP, py311-pymilter, tmux, python
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://auth-sanitizer.galtzo.com/
- 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 = 1787268522
SHA256 (rubygem/auth-sanitizer-0.2.3.gem) = db10aac92cfbe4c64ab637eebcbe1d67395d1694798041362173370f59933e3c
SIZE (rubygem/auth-sanitizer-0.2.3.gem) = 44544
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-version_gem>=1.1.14<2 : devel/rubygem-version_gem
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- net/rubygem-oauth
- net/rubygem-oauth-tty
- net/rubygem-oauth2
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.2.3 24 Aug 2026 05:17:47
    |
Po-Chuan Hsieh (sunpoet)  |
security/rubygem-auth-sanitizer: Update to 0.2.3
- Add LICENSE_FILE
Changes: https://github.com/ruby-oauth/auth-sanitizer/releases |
0.2.2 08 Jul 2026 13:33:46
    |
Po-Chuan Hsieh (sunpoet)  |
security/rubygem-auth-sanitizer: Update to 0.2.2
- Update WWW
Changes: https://github.com/ruby-oauth/auth-sanitizer/releases |
0.1.4 22 May 2026 17:49:46
    |
Po-Chuan Hsieh (sunpoet)  |
security/rubygem-auth-sanitizer: Update to 0.1.4
Changes: https://github.com/ruby-oauth/auth-sanitizer/releases |
0.1.2 21 May 2026 14:45:47
    |
Po-Chuan Hsieh (sunpoet)  |
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. |