Git Product home page Git Product logo

Comments (7)

mfridman avatar mfridman commented on August 18, 2024 3

Hey @russellhaering what are your thoughts on patching this up and releasing a v0.6.1 ?

from gosaml2.

miguelff avatar miguelff commented on August 18, 2024 2

Are there any plans to roll out 0.6.1 so we can upgrade our dependencies?

from gosaml2.

stevenjohnstone avatar stevenjohnstone commented on August 18, 2024

Note that the example above needs to built with go.mod along the lines of

module example.com/foo

go 1.15

require (
	github.com/russellhaering/gosaml2 v0.6.0
)

Without using modules, the latest version of etree is pulled in which rejects the xml due to unbalanced xml tags i.e. with the following go.mod

module example.com/foo

go 1.15

require (
        github.com/beevik/etree v1.1.1-0.20200718192613-4a2f8b9d084c
	github.com/russellhaering/gosaml2 v0.6.0
)

the crasher no longer works.

from gosaml2.

ddillard avatar ddillard commented on August 18, 2024

This issue has been around for over a year now, a patch was proposed, yet nothing has been done to address the issue. So, I have to ask, is this project effectively dead?

from gosaml2.

lukyer avatar lukyer commented on August 18, 2024

@russellhaering could you please have a look? This vulnerability drives all devsecops tools crazy :) Thanks!

from gosaml2.

mfridman avatar mfridman commented on August 18, 2024

@lukyer To mitigate this we pinned the latest (untagged) commit on the main branch.

See #86 (comment)

from gosaml2.

lukyer avatar lukyer commented on August 18, 2024

@mfridman ah cool, thanks!

go get -u github.com/russellhaering/[email protected]

to the rescue :)

from gosaml2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.