-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Bump signxml from 3.2.2 to 4.0.3 #736
Conversation
cdde969
to
8603c25
Compare
8603c25
to
b137217
Compare
b137217
to
1ef3a0a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #736 +/- ##
===========================================
+ Coverage 87.67% 87.72% +0.04%
===========================================
Files 38 38
Lines 3149 3145 -4
Branches 386 385 -1
===========================================
- Hits 2761 2759 -2
+ Misses 246 245 -1
+ Partials 142 141 -1 ☔ View full report in Codecov by Sentry. |
@svillegas-cdd The changelog of |
@jtrobles-cdd Yes, one of he changes was the removal of PyOpenSsl So I replacced the use of certs Most of the test changes involved exception messages, except for the ValueError(
'Invalid input.',
'DER encoded key value does not match specified signature algorithm',
) instead of the previous I’m unsure if this new error is the expected behavior for the use case being tested. |
ae5155c
to
33d27e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to take a closer look at that test and also at |
33d27e7
to
2ffc789
Compare
2ffc789
to
04a58d1
Compare
@jtrobles-cdd I updated the xml file for the test |
04a58d1
to
5229bf2
Compare
Bumps [signxml](https://github.com/kislyuk/signxml) from 3.2.2 to 4.0.3. - [Release notes](https://github.com/kislyuk/signxml/releases) - [Changelog](https://github.com/XML-Security/signxml/blob/develop/Changes.rst) - [Commits](XML-Security/signxml@v3.2.2...v4.0.3) --- updated-dependencies: - dependency-name: signxml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Updated error messages and expected exception in tests. - Updated `add_pem_cert_header_footer` and now `signxml.util.add_pem_header` returns a byte object. - Removed use of `crypto_utils._X509CertOpenSsl` in `verify_xml_signature` as SignXML has deprecated PyOpenSSL. Ref: https://app.shortcut.com/cordada/story/11838/ [sc-11838]
5229bf2
to
3b8f2c9
Compare
|
Bumps signxml from 3.2.2 to 4.0.3.
Release notes
Sourced from signxml's releases.
Changelog
Sourced from signxml's changelog.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)