Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
xmlsec
/
python-xmlsec
Public
Notifications
You must be signed in to change notification settings
Fork
104
Star
105
Code
Issues
31
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Fix/356 shadow copy
- #428
#428
Open
mxamin
wants to merge 23 commits into
master
xmlsec/python-xmlsec:master
from
fix/356-shadow-copy
xmlsec/python-xmlsec:fix/356-shadow-copy
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Open
Fix/356 shadow copy
#428
mxamin
wants to merge 23 commits into
master
xmlsec/python-xmlsec:master
from
fix/356-shadow-copy
xmlsec/python-xmlsec:fix/356-shadow-copy
Copy head branch name to clipboard
Commits
Commits on Jul 2, 2026
Decouple lxml from xmlsec via shadow copies (#356)
Show description for b620369
mxamin
and
claude
committed
b620369
View commit details
Copy full SHA for b620369
Browse repository at this point
Add step-by-step guide for converting functions to shadow copies
Show description for 9a7b1a6
mxamin
and
claude
committed
9a7b1a6
View commit details
Copy full SHA for 9a7b1a6
Browse repository at this point
Add high-level summary of the shadow-copy solution for #356
Show description for e939f1e
mxamin
and
claude
committed
e939f1e
View commit details
Copy full SHA for e939f1e
Browse repository at this point
Skip the shadow copy when lxml links the same libxml2
Show description for 72a78cb
mxamin
and
claude
committed
72a78cb
View commit details
Copy full SHA for 72a78cb
Browse repository at this point
Commits on Jul 7, 2026
Convert every remaining raw-node crossing to shadow copies (#356)
Show description for 92d68ad
mxamin
and
claude
committed
92d68ad
View commit details
Copy full SHA for 92d68ad
Browse repository at this point
Commits on Sep 4, 2026
Unify the shadow reflection engine and prune its API (#356)
Show description for 8a487f2
mxamin
committed
8a487f2
View commit details
Copy full SHA for 8a487f2
Browse repository at this point
Guard the shadow invariants with a source-level test (#356)
Show description for 66a6742
mxamin
committed
66a6742
View commit details
Copy full SHA for 66a6742
Browse repository at this point
Reflect root replacement by morphing the live root in place (#356)
Show description for a3b1fce
mxamin
committed
a3b1fce
View commit details
Copy full SHA for a3b1fce
Browse repository at this point
Match id attributes by local name under the shadow (#356)
Show description for 6cc57b2
mxamin
and
claude
committed
6cc57b2
View commit details
Copy full SHA for 6cc57b2
Browse repository at this point
Never evict a live id registration (#356)
Show description for 4e9e56b
mxamin
and
claude
committed
4e9e56b
View commit details
Copy full SHA for 4e9e56b
Browse repository at this point
Read code, not comments, in the shadow audit (#356)
Show description for 302c851
mxamin
and
claude
committed
302c851
View commit details
Copy full SHA for 302c851
Browse repository at this point
Drop the source-level shadow audit (#356)
Show description for 97cb993
mxamin
and
claude
committed
97cb993
View commit details
Copy full SHA for 97cb993
Browse repository at this point
Replay id registrations at the node they were registered for (#356)
Show description for 38174b9
mxamin
and
claude
committed
38174b9
View commit details
Copy full SHA for 38174b9
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for a4f83e3
pre-commit-ci[bot]
committed
a4f83e3
View commit details
Copy full SHA for a4f83e3
Browse repository at this point
Merge branch 'fix/356-shadow-copy' of github.com:xmlsec/python-xmlsec into fix/356-shadow-copy
mxamin
committed
767deb5
View commit details
Copy full SHA for 767deb5
Browse repository at this point
Keep entity references and adopted nodes straight under the shadow (#356)
Show description for 9c36ae7
mxamin
committed
9c36ae7
View commit details
Copy full SHA for 9c36ae7
Browse repository at this point
Move an attached encrypt_xml template, fingerprint text (#356)
Show description for 7e279cf
mxamin
and
claude
committed
7e279cf
View commit details
Copy full SHA for 7e279cf
Browse repository at this point
Refuse a duplicate id at register_id under the shadow (#356)
Show description for 3367b39
mxamin
and
claude
committed
3367b39
View commit details
Copy full SHA for 3367b39
Browse repository at this point
Bound the copy's walks, load an external DTD subset (#356)
Show description for 3a50b04
mxamin
and
claude
committed
3a50b04
View commit details
Copy full SHA for 3a50b04
Browse repository at this point
Tell two same-valued attributes of one element apart (#356)
Show description for 48e8d0d
mxamin
and
claude
committed
48e8d0d
View commit details
Copy full SHA for 48e8d0d
Browse repository at this point
Skip the external-DTD tests where nothing may load one (#356)
Show description for ea7dace
mxamin
and
claude
committed
ea7dace
View commit details
Copy full SHA for ea7dace
Browse repository at this point
Commits on Sep 5, 2026
Copy a subtree its document lost as an unlinked node (#356)
Show description for b86e624
mxamin
and
claude
committed
b86e624
View commit details
Copy full SHA for b86e624
Browse repository at this point
Snapshot add_ids' scope, retire dead registrations (#356)
Show description for ff6a0a6
mxamin
committed
ff6a0a6
View commit details
Copy full SHA for ff6a0a6
Browse repository at this point
You can’t perform that action at this time.