sass / embedded-host-node

A Node.js library that will communicate with Embedded Dart Sass using the Embedded Sass protocol
MIT License
143 stars 26 forks source link

Implement access tracking for containingUrl #285

Closed ntkme closed 4 months ago

ntkme commented 5 months ago

https://github.com/sass/sass/pull/3835 https://github.com/sass/dart-sass/pull/2220

ntkme commented 5 months ago

Looks like yesterday's node 20.12.2 is breaking our test on windows: https://github.com/nodejs/node/commit/69ffc6d50d

ntkme commented 5 months ago

@nex3 I added a commit to fix the node regression.

Regarding CVE-2024-27980:

nex3 commented 5 months ago

Can you pull the CVE fix into a separate PR?

ntkme commented 5 months ago

@nex3 Created a separate PR for the CVE: https://github.com/sass/embedded-host-node/pull/286