-
Notifications
You must be signed in to change notification settings - Fork 521
Sync to prepare for 0.74.2 #4182
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
Merged
Conversation
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 would deadlock a client's profile flow.
In rare situations the periodic update mechanism. This resulted in notebook cell state going backwards preventing proper updates.
In some situations it is possible for result sets to be retransmitted (for example when there is a load balancer in front). This PR detects when a result set upload is replayed and ignores it. Without this detection, the result set will append a repeated set of data which may corrupt the uploaded query results.
When artifacts are modified we need to recompile the client event tables - this takes time. If the user modifies a lot of artifacts very quickly (e.g. with a VQL query) this can overwhelm the server as it will try to recompile the event table for each artifact. This PR adds debouncing via the notification service to limit the rate of event table compilation.
This happened when the file store memory limit exceeded and it tried to flush aggresively.
I'm using Velociraptor with SSO, and the lack of the IdP-initiated SAML flow was annoying me, so I decided to contribute it! It's fairly simple change as we only need to pass that option to `samlsp.Options` and `samlsp` takes care of everything afterwards.
This field can add additional enrichment to events only after they already matched. This removes the need to calculate expensive operations for all events, instead we only do this for some events.
Pst parser introduced a dependency that does not build on this platform.
Previously we added the token in the cookie which would make the cookie too large. This PR sets the user avatar in the datastore during the oauth step so it can be retrieved from there instead of the cookie each time. This keeps the cookie smaller. Fixes: #4177
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.