Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Merged
Merge request !407 opened Feb 18, 2019 by Chif Gergő@chif.gergo 
  • Report abuse
Report abuse

Update djangosaml dependency

Using version 0.17.1 which depends on pysaml 4.5.0, what doesnt have the vulnerability. Add an option to saml sp, to not require signed response.

×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b djangosaml origin/djangosaml

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff djangosaml

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 2
  • Commits 1
  • Pipelines 1
  • Changes 2
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Belákovics Ádám
    @Edi started a discussion on the diff Feb 19, 2019
    Last updated by Chif Gergő Feb 21, 2019
    circle/circle/settings/base.py
    495 495 },
    496 496 'required_attributes': required_attrs,
    497 497 'optional_attributes': optional_attrs,
    498 'want_response_signed': False,
    • Belákovics Ádám @Edi commented Feb 19, 2019
      Master

      Why that option is needed?

      Why that option is needed?
    • Chif Gergő @chif.gergo commented Feb 21, 2019
      Developer

      https://github.com/IdentityPython/pysaml2/releases/tag/v4.5.0

      https://github.com/IdentityPython/pysaml2/releases/tag/v4.5.0
    Please register or sign in to reply
  • Szeberényi Imre @szebi

    merged

    Nov 11, 2020

    merged

    merged
    Toggle commit list
  • Szeberényi Imre @szebi

    mentioned in commit 5f73c517

    Nov 11, 2020

    mentioned in commit 5f73c517

    mentioned in commit 5f73c5177df17f3d359e376c2a2406a444d62ddf
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
3
3 participants
Reference: circle/cloud!407
×

Revert this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.