Skip to content
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

[Snyk] Upgrade soap from 0.35.0 to 0.45.0 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MateMalice
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade soap from 0.35.0 to 0.45.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 10 versions ahead of your current version.
  • The recommended version was released a year ago, on 2022-06-15.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Pollution
SNYK-JS-XMLDOM-3042242
425/1000
Why? CVSS 8.5
No Known Exploit
Improper Input Validation
SNYK-JS-XMLDOM-1534562
425/1000
Why? CVSS 8.5
No Known Exploit
Improper Input Validation
SNYK-JS-XMLDOM-3092935
425/1000
Why? CVSS 8.5
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: soap
  • 0.45.0 - 2022-06-15
    • [FIX] axios peer dependency version (#1188)
    • [MAINTENANCE] Upgrade formidable to v2 (#1183)
  • 0.44.0 - 2022-06-06
    • [DOC] Readme.md: Rewrite how to get support for conciseness, update mentions of the old request module to Axios, improve documentation of several functions' arguments. (#1175)
    • [ENHANCEMENT] Added override constructor to ClientSSLSecurityPFX class (#1184)
    • [ENHANCEMENT] add optional targetNamespace to output message name (#1176)
    • [FIX] Change axios to be a peer dependency (#1179)
    • [FIX] Continuation PR #1169: change content-type-parser to whatwg-mimetype (#1177)
    • [FIX] Fix missing parameter in example (#1172)
    • [FIX] Fix of client events behavior (#1181)
    • [FIX] correctly serialize MTOM into axios data and add Content-Encoding: gzip support in soap request (#1173)
    • [FIX] double await in async and fixed response (#1185)
    • [FIX] package.json: Change value of engines.node key from ">=10.0.0" to ">=12.0.0". (#1178)
  • 0.43.0 - 2021-11-12
    • [DOC] Create SECURITY.md (#1165)
    • [ENHANCEMENT] Publicly expose wsdl in Client (#1167)
    • [ENHANCEMENT] add native support for long deserialization (#1160)
    • [FIX] Fix typo in ISoapFault12 (#1166)
    • [FIX] error when soapaction header is not set (#1171)
    • [FIX] lastElapsedTime for non streaming requests (#1162)
    • [FIX] minor fix for ntlm request (#1163)
    • [FIX] undefined targetNamespace (#1161)
    • [FIX] xsi:type currently requires a namespace, resulting in undefined if no XMLNS is defined. Making attributes working without namespace or xmlns definitions. (#1159)
    • [MAINTENANCE] Bump httpntlm, doctoc as well as other dependencies (#1158)
  • 0.42.0 - 2021-08-23
    • [FIX] check method style if exists instead of binding style (#1153)
    • [FIX] update dependency vuln in xmldom via xml-cryoto/xmldom update (#1157)
    • [FIX] update 7 vulnerabilities in the dependency chain (#1156)
    • [FIX] SOAP faults are no longer being passed back in the error callback/promise rejection (#1155)
  • 0.41.0 - 2021-08-20
    • [ENHANCEMENT] Support for soap attachments in response. (#1148)
    • [FIX] Correctly add the https agent to axios (#1154)
    • [FIX] prefer SOAPAction header over the body name to get the actual method name (#1152)
    • [MAINTENANCE] Moving to github actions
  • 0.40.0 - 2021-07-06

    Release v0.40.0

  • 0.39.0 - 2021-06-01
    • [FIX] Fixed namespace resolution in case of complexType extension. (#1145)
    • [FIX] Read length of buffer directly (#1147)
  • 0.38.0 - 2021-05-14
    • [DOC] Remove duplicate paragraph and example code in Readme. (#1140)
    • [ENHANCEMENT] Add an option to for an envelopeKey for WSSecurity (#1143)
    • [FIX] Circular element references inside wsdl - assistance needed (#1142)
    • [MAINTENANCE] Bump typedoc to 0.20.36, update package-lock.json (#1141)
  • 0.37.0 - 2021-04-08
    • [ENHANCEMENT] Add native support for short deserialization (#1136)
    • [FIX] Add handling for extension base without children (#1135)
    • [FIX] Arrays with proper prefix and namespace (#1137)
    • [MAINTENANCE] update xml-crypto version (#1138)
  • 0.36.0 - 2021-01-13
    • [FIX] Extract required HttpClient functions to dedicated interface (#1132)
    • [FIX] pass res and server object into header() and method() (#1130)
    • [MAINTENANCE] refactor: use of Buffer.from instead of a deprecated new Buffer() (#1134)
  • 0.35.0 - 2020-11-17
from soap GitHub release notes
Commit messages
Package name: soap
  • 59116ba Release v0.45.0
  • 424bd37 Fix axios peer dependency version (#1188)
  • 0089ce3 Upgrade formidable to v2 (#1183)
  • 85e6aba Release v0.44.0
  • e4f7106 Added override constructor to ClientSSLSecurityPFX class (#1184)
  • 56c7942 Removed double await in async and fixed response (#1185)
  • 99832a1 Fix missing parameter in example (#1172)
  • 52a280e Fix of client events behavior (#1181)
  • c54e125 Change axios to be a peer dependency (#1179)
  • 66ba6c6 Continuation PR #1169: change content-type-parser to whatwg-mimetype (#1177)
  • fd3bdb5 add optional targetNamespace to output message name (#1176)
  • 46ff077 package.json: Change value of engines.node key from ">=10.0.0" to ">=12.0.0". (#1178)
  • 72195b9 Readme.md: Rewrite how to get support for conciseness, update mentions of the old request module to Axios, improve documentation of several functions' arguments. (#1175)
  • edfe923 correctly serialize MTOM into axios data and add Content-Encoding: gzip support in soap request (#1173)
  • a69b357 Release v0.43.0
  • d284fea fix error when soapaction header is not set (#1171)
  • f6a0979 Publicly expose wsdl in Client (#1167)
  • 0bf40ac minor fix for ntlm request (#1163)
  • 927b3cb Fix typo in ISoapFault12 (#1166)
  • e272fa4 Create SECURITY.md (#1165)
  • 647bdb5 fix undefined targetNamespace (#1161)
  • 080bc7f * fix: lastElapsedTime for non streaming requests (#1162)
  • 6278bad xsi:type currently requires a namespace, resulting in undefined if no XMLNS is defined. Making attributes working without namespace or xmlns definitions. (#1159)
  • aacd8cf add native support for long deserialization (#1160)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants