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: theopenlane/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
...
head repository: theopenlane/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.1
Choose a head ref
  • 5 commits
  • 71 files changed
  • 4 contributors

Commits on Mar 30, 2026

  1. feat: seed common enums for vulns + findings (#2231)

    Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
    golanglemonade authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    92a9715 View commit details
    Browse the repository at this point in the history
  2. Entity review updates (#2225)

    * update entity based off review
    
    * use pool to process multiple entries instead
    
    * fix lint
    
    * fix tests
    
    * task generate:graphql:smart
    adelowo authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    399eca5 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update all patch dependencies (#2233)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    68bd81e View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump the go_modules group across 2 directories with 1 up…

    …date (#2234)
    
    Bumps the go_modules group with 1 update in the / directory: [golang.org/x/image](https://github.com/golang/image).
    Bumps the go_modules group with 1 update in the /cli directory: [golang.org/x/image](https://github.com/golang/image).
    
    
    Updates `golang.org/x/image` from 0.35.0 to 0.38.0
    - [Commits](golang/image@v0.35.0...v0.38.0)
    
    Updates `golang.org/x/image` from 0.35.0 to 0.38.0
    - [Commits](golang/image@v0.35.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/image
      dependency-version: 0.38.0
      dependency-type: indirect
      dependency-group: go_modules
    - dependency-name: golang.org/x/image
      dependency-version: 0.38.0
      dependency-type: indirect
      dependency-group: go_modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    f8f8f0a View commit details
    Browse the repository at this point in the history
  5. Identify custom domain type (#2229)

    * add enum to identify domain type
    
    * Task db:create
    
    * add enum and default to unknown for older/existing data
    
    * fix merge conflicts
    
    * bump jsonparser for vulnerability fix
    adelowo authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    ba7506a View commit details
    Browse the repository at this point in the history
Loading