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: go-openapi/spec
base: v0.19.3
Choose a base ref
...
head repository: go-openapi/spec
compare: v0.19.5
Choose a head ref
  • 9 commits
  • 13 files changed
  • 5 contributors

Commits on Sep 18, 2019

  1. Update ref.go

    micln committed Sep 18, 2019
    Copy the full SHA
    870d24c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from micln/patch-1

    close resp.body after ValidURI
    casualjim committed Sep 18, 2019
    Copy the full SHA
    7813efe View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Updates to OpenAPI v2 schema.

    Capstan committed Sep 20, 2019
    Copy the full SHA
    9924153 View commit details
    Browse the repository at this point in the history
  2. Update bindata.go.

    `~/go/bin/go-bindata -pkg spec -prefix schemas schemas/jsonschema-draft-04.json schemas/v2/schema.json`
    Capstan committed Sep 20, 2019
    Copy the full SHA
    f604680 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #102 from Capstan/openapi-2.0

    Updates to OpenAPI v2 schema.
    fredbi committed Sep 20, 2019
    Copy the full SHA
    8557d72 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Bump go-yaml version to cover fixed ddos heuristic

    This PR bumbs go-yaml to v2.2.4, which has the ddos vulnerability fixed.
    
    Issue:
    go-yaml preceding 2.2.4 had vulnerability to ddos attack via billion
    laughs bomb.
    Such attack lead to program to be unresponsive.
    Issue has been described in
    https://raesene.github.io/blog/2019/10/15/From-stackoverflow-to-CVE/
    
    Signed-off-by: Petr Kotas <petr.kotas@gmail.com>
    petrkotas committed Oct 17, 2019
    Copy the full SHA
    9ab96c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Merge pull request #103 from petrkotas/go-yaml-fix

    Bump go-yaml version to cover fixed ddos heuristic
    fredbi committed Oct 22, 2019
    Copy the full SHA
    7447963 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. contributes go-swagger/go-swagger#2113

    Fixes ref rebasing when following nested $ref in Paths section
    
    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Nov 21, 2019
    Copy the full SHA
    40ac585 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Copy the full SHA
    772572f View commit details
    Browse the repository at this point in the history