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: GrapheneOS/Auditor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 85
Choose a base ref
...
head repository: GrapheneOS/Auditor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 86
Choose a head ref
  • 14 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 8, 2024

  1. increment version to 86

    thestinger committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    c37e8ab View commit details
    Browse the repository at this point in the history
  2. drop support for earlier protocol versions

    Protocol version 5 was introduced with app version 73 so that becomes
    the new minimum app version.
    thestinger committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6cf2668 View commit details
    Browse the repository at this point in the history
  3. Fix lint overdraw warning

    Turns out you're supposed to set the background on the app theme to null if you want to make sure that dynamic colors are applied in a way that avoids potential overdraw.
    t895 authored and thestinger committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    8e21444 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 23, 2024

  1. update Gradle to 8.10.1

    thestinger committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a13768d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. update Guava to 33.3.1

    thestinger committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    677ba92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fb7171 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    632bd88 View commit details
    Browse the repository at this point in the history
  2. extend certificate validity by 5 minutes

    Certificates are now valid from 5 minutes before the current time on the
    device to 10 minutes after, for a total validity window of 15 minutes as
    was originally intended.
    thestinger committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a1fdad7 View commit details
    Browse the repository at this point in the history
  3. remove Auditee self-check

    For convenience, we implemented support for a basic verification of the
    attestation on the Auditee side. However, this needs to go away as part
    of giving the Auditor side including our remote attestation service more
    visibility into why failures are happening.
    
    Removing this has been planned for a long time but didn't happen until
    now due to since it wasn't as trivial to remove before
    228d629.
    thestinger committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4d62bb9 View commit details
    Browse the repository at this point in the history
  4. drop support for obsolete deny new USB setting

    This was replaced by our newer generation USB-C port and pogo pins. The
    software USB enforcement was extended to USB gadget mode in addition to
    USB peripherals and the feature is now mainly based on hardware level
    enforcement for USB-C and pogo pins eliminating far more attack surface.
    
    Checking the value of the new setting will require creating an SELinux
    domain for Auditor to allow it to read the new property.
    thestinger committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    39a89da View commit details
    Browse the repository at this point in the history
  5. simplify code

    thestinger committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    aa46490 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac47a5f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    55e6458 View commit details
    Browse the repository at this point in the history
Loading