-
Notifications
You must be signed in to change notification settings - Fork 19
feat(appsec): add endpoints collection #1182
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
Merged
gh-worker-dd-mergequeue-cf854d
merged 45 commits into
main
from
estringana/add-routes-collection
Jan 21, 2026
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
15b8a8b
Add new route types
estringana bb4b300
Fix errors
estringana 3589fca
Add missing action
estringana 9854bcb
Type enums
estringana b83540f
Simplify structs
estringana 635135d
wip
estringana d527355
wip
estringana 6198a4f
Amend endpoints payload
estringana 8a8d0c7
Fix return
estringana 2f465ec
Avoid writing all endpoints to shared memory
estringana a62c9a8
Fix cloning too much for telemetry workers
bwoebi 17f9406
Add more fields to endpoints
estringana 8522a85
Temp changes
estringana 7dd1e58
Add string vectors
estringana 0ab31eb
Add i32 vector
estringana 0dd6fd2
Add authentication vec
estringana b23356c
Add serde json
estringana e2cc281
Replace char_c for slices
estringana 5f1dccd
Make response code a non vector
estringana 130b2a3
Drop pointers
estringana d530a13
Amend linting
estringana ff64655
Wip
estringana 696e797
Fix add-routes-collection (#1264)
estringana d07e546
Rename app endpoint payload
estringana 0ef1832
Ensure it returns always a box
estringana 934dde1
Remove response code
estringana fc58d9b
Remove non used fields
estringana e9bd1fd
Stop using store
estringana 3eb1c3f
Store endpoints on a hashset
estringana c8f7583
Lint
estringana b30a75f
Fix build
estringana 51f02ff
Fix errors from rebase
estringana cb4a9e8
Fix license
estringana 625cc92
Fix lint
estringana d79b69e
Build cargo.lock
estringana e1f6d45
Update libdd-telemetry/src/data/payloads.rs
estringana 9d0659a
Fix license
estringana 82f7f97
Revert change done unintentionally
estringana 7bcdb6e
Update cargo lock
estringana caf55b0
Fix license
estringana 2cb2464
Pin to version 3.23.0 of tempfile
estringana 68d28ca
Update license
estringana 93208fb
Fix windows pipeline
estringana f1c71cf
Adress pr comments
estringana 156e919
Remove non-required dependency
estringana File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ $SCRIPT_DIR = Split-Path -Parent $MyInvocation.MyCommand.Path | |
| & "$SCRIPT_DIR\build-and-run.ps1" ` | ||
| -CrateName "libdd-crashtracker" ` | ||
| -ExampleName "crashinfo" ` | ||
| -ExtraMsvcLibs "dbghelp.lib psapi.lib powrprof.lib" ` | ||
| -ExtraMsvcLibs "dbghelp.lib psapi.lib powrprof.lib user32.lib oleaut32.lib secur32.lib ncrypt.lib runtimeobject.lib" ` | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I had to add this to avoid windows pipeline to fail |
||
| -ExtraGnuLibs "-ldbghelp -lpsapi -lole32 -lpowrprof" | ||
|
|
||
| exit $LASTEXITCODE | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.