[7.x] Make sure all URLs are relative on intake and execute (#46528)#48161
Merged
joelgriffith merged 1 commit intoelastic:7.xfrom Oct 14, 2019
joelgriffith:backport/7.x/pr-46528
Merged
[7.x] Make sure all URLs are relative on intake and execute (#46528)#48161joelgriffith merged 1 commit intoelastic:7.xfrom joelgriffith:backport/7.x/pr-46528
joelgriffith merged 1 commit intoelastic:7.xfrom
joelgriffith:backport/7.x/pr-46528
Conversation
* Fail file-protocol requests and bogon IP * Revert "Fail file-protocol requests and bogon IP" This reverts commit 8a1ff56. * Ensuring all URLs from PDF and PNG reports are relative * Missing dep, saw it in a prior yarn.lock * Tighenting our URL checks * More edgecases that can be triggered with a window.goto type behavior * Javascript URLs * Tightening implementation * New networkPolicy that allows for setting allow/deny list for chromium requests * Fixing tests, always fail file:// URLs * Never allow file responses * Make sure we test other protocols in deny list * Don't allow `file:` protocols in the allow-list * Expanding upon network policy to match ufw-style patterns * Applying network policies to outbound and inbound requests * Fixing gateway logic on network-policy * My network-policy opus * Moving to more explicit ufw format * Updating snapshots * Default reject requests when enabled and no rule matches
Contributor
💚 Build Succeeded |
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
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.
Backports the following commits to 7.x: