-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Margatroid/matched-data-cli
base: master
head repository: cloudflare/matched-data-cli
compare: master
- 14 commits
- 8 files changed
- 5 contributors
Commits on Apr 23, 2021
-
Remove legacy HPKE crate version and bump dependencies (cloudflare#8)
* Remove legacy HPKE version We no longer have logs generated with version `2` so we can just drop the legacy HPKE version support. * Bump dependencies
Configuration menu - View commit details
-
Copy full SHA for a427dde - Browse repository at this point
Copy the full SHA a427ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae89ea9 - Browse repository at this point
Copy the full SHA ae89ea9View commit details
Commits on May 12, 2021
-
Update crate dependencies (cloudflare#10)
The version bump for `hpke` doesn't result in breaking changes.
Configuration menu - View commit details
-
Copy full SHA for 042057a - Browse repository at this point
Copy the full SHA 042057aView commit details
Commits on Aug 31, 2021
-
Bump crate dependencies and fix new clippy errors (cloudflare#13)
* Bump crate dependencies Update to clap `3.0.0-beta.4` required implementing `ArgEnum` for the arg enums previosuly using `Clap`. * Fix new clippy errors
Configuration menu - View commit details
-
Copy full SHA for fc62509 - Browse repository at this point
Copy the full SHA fc62509View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f8ec9 - Browse repository at this point
Copy the full SHA b3f8ec9View commit details -
Overhaul decrypt subcommand arguments (cloudflare#14)
* Overhaul decrypt subcommand arguments This patch changes the arguments for the decrypt subcommand: - The encrypted matched data argument is now a positional argument. - Both the encrypted matched data and private key arguments now expect a filename. Passing `-` as the positional argument leads to the data data being read from stdin. - The argument `--private-key-stdin` has been removed. * Add documentation and blog post links to README
Configuration menu - View commit details
-
Copy full SHA for d7cb85f - Browse repository at this point
Copy the full SHA d7cb85fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9e6c36 - Browse repository at this point
Copy the full SHA a9e6c36View commit details
Commits on Sep 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0671e8d - Browse repository at this point
Copy the full SHA 0671e8dView commit details
Commits on Oct 26, 2021
-
Use Rust 2021 edition and bump dependencies (cloudflare#17)
* Bump Rust edition to 2021 * Bump dependencies Only `clap` has a breaking change and required modifications.
Configuration menu - View commit details
-
Copy full SHA for dc7be87 - Browse repository at this point
Copy the full SHA dc7be87View commit details
Commits on Jan 6, 2022
-
Update dependencies (cloudflare#18)
* Remove generic-array * Move assert deps to dev-dependencies * Update clap to 3.0.0 * Update hpke to v0.8.0
Configuration menu - View commit details
-
Copy full SHA for 792fc51 - Browse repository at this point
Copy the full SHA 792fc51View commit details
Commits on Feb 15, 2022
-
Add support for truncated matched data and bump dependencies (cloudfl…
…are#19) Matched data may get truncated for some events, meaning the string would be set to `truncated` instead of the usual blob. This adds support for that case. Also bumps dependencies to mitigate the issues reported by `cargo audit`. Co-authored-by: Shreya Shetty <shreya@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for ce8c002 - Browse repository at this point
Copy the full SHA ce8c002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab75e6 - Browse repository at this point
Copy the full SHA 7ab75e6View commit details
Commits on Jun 8, 2022
-
Bump regex from 1.5.4 to 1.5.6 (cloudflare#21)
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.5.4...1.5.6) --- updated-dependencies: - dependency-name: regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d9c53eb - Browse repository at this point
Copy the full SHA d9c53ebView commit details
Commits on Oct 21, 2024
-
Create semgrep.yml (cloudflare#27)
* Create semgrep.yml Creating Semgrep.yml file - Semgrep is a tool that will be used to scan Cloudflare's public repos for Supply chain, code and secrets. This work is part of Application & Product Security team's initiative to onboard Semgrep onto all of Cloudflare's public repos. In case of any questions, please reach out to "Hrushikesh Deshpande" on cf internal chat. * Update semgrep.yml
Configuration menu - View commit details
-
Copy full SHA for 833acf2 - Browse repository at this point
Copy the full SHA 833acf2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master