• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / secrets
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v2.2.2
DEFAULT BRANCH: master
Repo Added 19 Feb 2020 07:55AM UTC
Token sB5IQd6nrGTB6eLS13Gs8W0iEnogsEMeH regen
Build 383 Last
Files 15
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feature/email-sharing
branch: feature/email-sharing
CHANGE BRANCH
x
Reset
Sync Branches
  • feature/email-sharing
  • audit-logging-improvements
  • auth-for-link-generation
  • bump-ver
  • bump_modules
  • ciphertext-format-validation
  • dependabot
  • dependabot/github_actions/github-actions-updates-167a898cab
  • dependabot/github_actions/github-actions-updates-2d3733e69a
  • dependabot/github_actions/github-actions-updates-822744b99e
  • dependabot/github_actions/github-actions-updates-c0bc7ccf5f
  • dependabot/go_modules/github.com/go-pkgz/routegroup-1.6.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • dependabot/go_modules/go-modules-updates-1bff98da5a
  • dependabot/go_modules/go-modules-updates-3f2513770d
  • dependabot/go_modules/go-modules-updates-709908b018
  • dependabot/go_modules/go-modules-updates-891cda64be
  • dependabot/go_modules/go-modules-updates-be53f05598
  • dependabot/go_modules/go-modules-updates-dc9768f38b
  • dependabot/go_modules/go-modules-updates-dd7da38a6b
  • dependabot/go_modules/golang.org/x/crypto-0.17.0
  • dependabot/go_modules/golang.org/x/crypto-0.31.0
  • dependabot/go_modules/golang.org/x/crypto-0.41.0
  • dependabot/go_modules/golang.org/x/crypto-0.43.0
  • dependabot/go_modules/golang.org/x/crypto-0.44.0
  • dependabot/go_modules/golang.org/x/crypto-0.46.0
  • dependabot/go_modules/modernc.org/sqlite-1.42.2
  • dependabot/npm_and_yarn/frontend/copy-props-2.0.5
  • dependabot/npm_and_yarn/frontend/decode-uri-component-0.2.2
  • dependabot/npm_and_yarn/frontend/engine.io-and-browser-sync-6.2.1
  • dependabot/npm_and_yarn/frontend/follow-redirects-1.14.8
  • dependabot/npm_and_yarn/frontend/ini-1.3.8
  • dependabot/npm_and_yarn/frontend/lodash-4.17.19
  • dependabot/npm_and_yarn/frontend/minimist-1.2.6
  • dependabot/npm_and_yarn/frontend/socket.io-parser-3.3.3
  • dependabot/npm_and_yarn/frontend/ua-parser-js-0.7.33
  • e2e-tests
  • feat/file-upload
  • feat/file-upload-v2
  • feat/ui-redesign
  • feature/paranoid-mode-sqlite
  • fix-content-type-header
  • fix/file-upload-review-fixes
  • humanDuration-fix
  • hybrid-encryption-mode
  • increase-test-coverage
  • issue-31-new-ui
  • issue-40-fix-http
  • issue-refactor-for-issue-40
  • master
  • migrate-router-to-routegroup
  • modern
  • modern-ui-redesign
  • multiple-domains
  • optional-pin
  • paskal/dependabot-security-updates
  • paskal/fix_golangci_lint
  • refs/tags/v1.0.0
  • refs/tags/v1.0.1
  • refs/tags/v1.1.0
  • refs/tags/v1.2.0
  • refs/tags/v1.2.1
  • refs/tags/v1.2.2
  • refs/tags/v1.2.3
  • refs/tags/v1.2.4
  • refs/tags/v1.3.0
  • refs/tags/v1.4.0
  • refs/tags/v1.4.1
  • refs/tags/v1.4.2
  • refs/tags/v1.4.3
  • refs/tags/v1.4.4
  • refs/tags/v1.4.5
  • refs/tags/v1.5.0
  • refs/tags/v1.5.1
  • refs/tags/v1.6.0
  • refs/tags/v1.6.1
  • refs/tags/v1.6.2
  • refs/tags/v1.6.3
  • refs/tags/v1.7.0
  • refs/tags/v1.7.1
  • refs/tags/v1.8.0
  • refs/tags/v1.8.1
  • refs/tags/v1.9.0
  • refs/tags/v1.9.1
  • refs/tags/v1.9.2
  • refs/tags/v1.9.3
  • refs/tags/v2.0.0
  • refs/tags/v2.1.0
  • refs/tags/v2.2.0
  • refs/tags/v2.2.1
  • refs/tags/v2.2.2
  • remove-old-frontend
  • seo-improvements

pending completion
20324771936

Pull #92

github

umputun
feat(server): add IP anonymization in request logs

- add hashIP function using HMAC-SHA1 for consistent anonymized IPs
- derive logSecret from SignKey via SHA256 (never use raw key for logging)
- Logger middleware now accepts secret parameter for IP hashing
- logs show 12-char hashed IPs instead of real addresses for privacy
Pull Request #92: feat(email): add email sharing for secure links

1552 of 1838 relevant lines covered (84.44%)

21.48 hits per line

Relevant lines Covered
Build:
Build:
1838 RELEVANT LINES 1552 COVERED LINES
21.48 HITS PER LINE
Source Files on feature/email-sharing
  • Tree
  • List 16
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20324771936 feature/email-sharing feat(server): add IP anonymization in request logs - add hashIP function using HMAC-SHA1 for consistent anonymized IPs - derive logSecret from SignKey via SHA256 (never use raw key for logging) - Logger middleware now accepts secret parameter for... Pull #92 18 Dec 2025 03:14AM UTC umputun github pending completion  
20324772640 feature/email-sharing feat(server): add IP anonymization in request logs - add hashIP function using HMAC-SHA1 for consistent anonymized IPs - derive logSecret from SignKey via SHA256 (never use raw key for logging) - Logger middleware now accepts secret parameter for... Pull #92 18 Dec 2025 03:14AM UTC umputun github pending completion  
20324647629 feature/email-sharing refactor(email): privatize RenderBody and add email masking for logs - make RenderBody private (renderBody), remove from EmailSender interface - add MaskEmail function to mask email addresses in logs for privacy - add path traversal protection in... Pull #92 18 Dec 2025 03:07AM UTC umputun github pending completion  
20324169813 feature/email-sharing docs: add Mailgun SMTP setup guide Related to email sharing feature configuration Pull #92 18 Dec 2025 02:41AM UTC umputun github pending completion  
20323933054 feature/email-sharing feat(email): improve email popup UI and add safesecret.info link - update email popup styling to match card design (card-title with icon) - remove X button from email popup (cancel button only) - prevent backdrop click from closing email popup - ... Pull #92 18 Dec 2025 02:28AM UTC umputun github pending completion  
20323933954 feature/email-sharing feat(email): improve email popup UI and add safesecret.info link - update email popup styling to match card design (card-title with icon) - remove X button from email popup (cancel button only) - prevent backdrop click from closing email popup - ... Pull #92 18 Dec 2025 02:28AM UTC umputun github pending completion  
20319643195 feature/email-sharing fix(email): address code review findings - fix copyFeedbackCtrl using wrong template filename on error path - remove recipient email from log message for privacy - refactor email sender with Notifier interface for testability - add comprehensive ... Pull #92 17 Dec 2025 10:46PM UTC umputun github pending completion  
20319183509 feature/email-sharing refactor(email): simplify interface and remove CC support - move EmailSender interface to server package (consumer-side pattern) - simplify Request struct: remove CC, change To from slice to string - fix error handling: return HTTP 500 on preview... Pull #92 17 Dec 2025 10:25PM UTC umputun github pending completion  
20319183985 feature/email-sharing refactor(email): simplify interface and remove CC support - move EmailSender interface to server package (consumer-side pattern) - simplify Request struct: remove CC, change To from slice to string - fix error handling: return HTTP 500 on preview... Pull #92 17 Dec 2025 10:25PM UTC umputun github pending completion  
20318942715 feature/email-sharing refactor(email): remove redundant text truncation CSS already handles overflow with max-height and scroll, making server-side truncation unnecessary. Pull #92 17 Dec 2025 10:15PM UTC umputun github pending completion  
See All Builds (324)
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc