-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-716: Our StreamKeys are insecure (#336)
* GH-716: add UUID * Revert "GH-716: add UUID" This reverts commit f0a6040. * GH-716: use the version of uuid that's been used for actix * GH-716: add dbnavigator to gitignore * GH-716: use UUIDs to make stream keys * GH-716: remove parameters from the constructor of StreamKey * GH-716: remove warnings * GH-716: tests in stream_key.rs are passing * GH-716: fix test handles_http_with_a_port * GH-716: fix some more tests * GH-716: make hash public for StreamKey for make_meaningless_stream_key() * GH-716: small test fixes * GH-716: fix test inbound_server_data_is_translated_to_cores_packages * GH-716: make the test inbound_server_data_is_translated_to_cores_packages not pass easily * GH-716: introduce fn make_meaningful_stream_key * GH-716: improve test inbound_server_data_is_translated_to_cores_packages * GH-716: remove todo * GH-716: improve tests inside stream_key.rs * GH-716: remove clippy warnings * GH-716: use default() instead of new() in tests * GH-716: fix test proxy_server_receives_tls_packet_other_than_handshake_from_dispatcher_then_sends_cores_package_to_hopper * GH-716: trigger actions * GH-716: an attempt to fix multinode tests * GH-716: review changes * GH-716: make the field name of StreamKey named 'hash' private * GH-716: improve tests in file client_request_payload_factory.rs * GH-716: share the helper functions in other crates
- Loading branch information
Showing
17 changed files
with
244 additions
and
301 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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.