Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Margatroid/matched-data-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cloudflare/matched-data-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 8 files changed
  • 5 contributors

Commits on Apr 23, 2021

  1. 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
    migueldemoura authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    a427dde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae89ea9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Update crate dependencies (cloudflare#10)

    The version bump for `hpke` doesn't result in breaking changes.
    migueldemoura authored May 12, 2021
    Configuration menu
    Copy the full SHA
    042057a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. 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
    migueldemoura authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    fc62509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3f8ec9 View commit details
    Browse the repository at this point in the history
  3. 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
    migueldemoura authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    d7cb85f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9e6c36 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    0671e8d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. 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.
    migueldemoura authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    dc7be87 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. 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
    migueldemoura authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    792fc51 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. 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>
    shreyavshetty and Shreya Shetty authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ce8c002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ab75e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. 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>
    dependabot[bot] authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    d9c53eb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. 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
    hrushikeshdeshpande authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    833acf2 View commit details
    Browse the repository at this point in the history
Loading