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: coupergateway/couper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: coupergateway/couper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 2,126 files changed
  • 6 contributors

Commits on Sep 24, 2024

  1. Bump rollup from 4.14.1 to 4.22.4 in /docs/website (#852)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.14.1 to 4.22.4.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.14.1...v4.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      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 Sep 24, 2024
    Copy the full SHA
    fb461fd View commit details

Commits on Dec 3, 2024

  1. Bump nuxt from 3.11.2 to 3.13.2 in /docs/website (#854)

    Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 3.11.2 to 3.13.2.
    - [Release notes](https://github.com/nuxt/nuxt/releases)
    - [Commits](https://github.com/nuxt/nuxt/commits/v3.13.2/packages/nuxt)
    
    ---
    updated-dependencies:
    - dependency-name: nuxt
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 3, 2024
    Copy the full SHA
    1f75816 View commit details
  2. 717 jwt dpop (#763)

    * config attribute for DPoP
    
    * implement DPoP (part 1: retrieve DPoP token); TODO: retrieve and validate DPoP proof
    
    * implement DPoP (part 2: retrieve and validate DPoP proof)
    
    * JWT tests for DPoP
    
    * default error handler for DPoP JWT; integration test for DPoP JWT
    
    * normalize URLs prior to htu claim check
    
    * extracted getParserForExpectedClaims()
    
    * extracted validateProofHeader()
    
    * extracted validateProofClaims()
    
    * extracted validateHtuClaim()
    
    * extracted validateIatClaim()
    
    * extracted validateAthClaim()
    
    * extracted validateCnfClaim()
    
    * extracted getReqHtu() and getPcHtu()
    
    * extracted getJwkAndPubKey()
    
    * extracted getRSAPubKey() and getECDSAPubKey()
    
    * extracted getN(), getE(), getCurve(), getX() and getY()
    
    * extracted getProof()
    
    * use text from rfc9449
    
    * simplified requiredMembers map
    
    * rearranged more functions
    
    * made TokenSource interface with different implementations depending on type
    
    * fixed staticcheck issue
    
    * created ProofClaims implementing jwt.ClaimsValidator interface
    
    * moved DPoP-related stuff to separate file
    
    * refactored htu check, re-added comment about nonce check
    
    * dpop beta feature
    
    ---------
    
    Co-authored-by: Johannes Koch <johannes.koch@avenga.com>
    Co-authored-by: Marcel Ludwig <mail@marcel.dev>
    3 people authored Dec 3, 2024
    Copy the full SHA
    554c769 View commit details
  3. Copy the full SHA
    503ab03 View commit details
  4. Bump axios from 1.6.7 to 1.7.8 in /docs/website (#858)

    Bumps [axios](https://github.com/axios/axios) from 1.6.7 to 1.7.8.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.6.7...v1.7.8)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      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 Dec 3, 2024
    Copy the full SHA
    92cf56f View commit details

Commits on Dec 15, 2024

  1. Copy the full SHA
    17d6bee View commit details

Commits on Feb 1, 2025

  1. Chore/go version 1 23 (#862)

    * chore: upgrade go version to 1.23
    
    * chore: update all direct dependencies
    
    * chore: rm vendor dir from repo
    
    * chore: revert hcl pkg update; needs work due to custom things
    
    * update changelog /w go update
    
    * ci: add go mod download calls to pipeline
    
    * Change test command to pkg loop due to test output streaming issue
    
    See golang/go#46959
    
    * test: rm obsolete wait for port from NewRun test
    malud authored Feb 1, 2025
    Copy the full SHA
    3156b16 View commit details
  2. Copy the full SHA
    660aeaf View commit details

Commits on Feb 11, 2025

  1. Copy the full SHA
    9a89c3d View commit details
  2. update indrect deps

    malud committed Feb 11, 2025
    Copy the full SHA
    fcb060c View commit details
Loading