Skip to content

[backend] Allow to quote path component in double quotes (#14781)#14782

Merged
xfournet merged 2 commits intomasterfrom
issue/14781-saml-dot-paths
Mar 4, 2026
Merged

[backend] Allow to quote path component in double quotes (#14781)#14782
xfournet merged 2 commits intomasterfrom
issue/14781-saml-dot-paths

Conversation

@xfournet
Copy link
Member

@xfournet xfournet commented Mar 4, 2026

Proposed changes

  • Permit to quote (with ") path components to ignore . in it

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case (coverage and e2e)
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 32.36%. Comparing base (820a5b0) to head (cd14437).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #14782   +/-   ##
=======================================
  Coverage   32.36%   32.36%           
=======================================
  Files        3107     3107           
  Lines      211587   211603   +16     
  Branches    38362    38372   +10     
=======================================
+ Hits        68472    68488   +16     
  Misses     143115   143115           
Flag Coverage Δ
opencti-client-python 45.48% <ø> (ø)
opencti-front 2.82% <ø> (ø)
opencti-graphql 67.67% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

…andle migration, quote path segment when necessary
@xfournet xfournet merged commit dd15daf into master Mar 4, 2026
45 checks passed
@xfournet xfournet deleted the issue/14781-saml-dot-paths branch March 4, 2026 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Current SSO configuration use the dot as separator, some configuration are broken

2 participants