Package: node-xml2js / 0.4.23+~cs15.4.0+dfsg-8

Metadata

Package Version Patches format
node-xml2js 0.4.23+~cs15.4.0+dfsg-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix for coffeescript 2.patch | (download)

src/parser.coffee | 1 1 + 0 - 0 !
src/xml2js.coffee | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 add fix for coffeescript 2
 See http://coffeescript.org/v2/#breaking-changes-super-this
drop test not compatible with coffe 2.patch | (download)

test/parser.test.coffee | 11 0 + 11 - 0 !
1 file changed, 11 deletions(-)

 drop test not compatible with coffee 2
CVE 2023 0842.patch | (download)

src/parser.coffee | 23 14 + 9 - 0 !
test/parser.test.coffee | 20 10 + 10 - 0 !
2 files changed, 24 insertions(+), 19 deletions(-)

 use object.create(null) to create all parsed objects
 (prevent prototype replacement)