Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Document new EventDetailURL keys #1361

Merged
merged 4 commits into from
May 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: Document new EventDetailURL keys
  • Loading branch information
russellhancox committed May 30, 2024
commit 63adbf31cbace785dbe95c2b3605ad4568695f50
4 changes: 4 additions & 0 deletions docs/deployment/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ them to. The following sequences will be replaced in the final URL:
| %file_identifier% | SHA-256 of the file that was blocked |
| %bundle\_or\_file\_identifier% | SHA-256 of the file that was blocked or the bundle containing it, if available |
| %file_sha% | Deprecated, acts like bundle\_or\_file\_identifier |
| %file\_bundle\_id% | The bundle ID that this binary is part of, if any.
| %team\_id% | The team ID that signed this binary, if any.
| %signing\_id% | The signing ID of this binary, if any.
| %cdhash% | The binary's CDHash, if any.
| %machine\_id% | ID of the machine |
| %username% | The executing user |
| %serial% | System's serial number |
Expand Down
Loading