Skip to content

Use native fs#13

Open
LC43 wants to merge 2 commits into
shinate:masterfrom
LC43:fix/use-native-fs
Open

Use native fs#13
LC43 wants to merge 2 commits into
shinate:masterfrom
LC43:fix/use-native-fs

Conversation

@LC43

@LC43 LC43 commented Jan 20, 2020

Copy link
Copy Markdown
  • Drop fsPath and use native node fs functions
  • Update change log and bump as minor release

fsPath has a known vulnerability and had no updates from a long time. This PR will revert the dependency added to fix recursive writes while updating the call with the native functions.

Note that this requires a node version > 11.5 where these asynchronous functions where introduced. Set as >=12 to use the LTS versions.

I don't think this breaks backward compatibility but does require a newer version of node.

Testing

I ran the existing tests and it worked. I didn't expect the image to have a different md5, but there wasn't actually a image to start.

On my own tests, it was successful in creating recursively many directories and replacing the target.

LC43 added 2 commits January 20, 2020 02:12
fsPath has a known vulnerability and had no updates from a long time. This PR will revert the dependency added to fix recursive writes while updating the call with the native functions.

Note that this requires a node version > 11.5 where these asynchronous  functions where introduced. Set as >=12 to use the LTS versions.
I don't think this breaks backward compatibility but does require a newer version of node.
LC43 added a commit to LC43/gulp-version-number that referenced this pull request Jan 20, 2020
gulp is used as dev dependency to run the tests. I had no issues running the tests with the newest version, using the latest gulp-cli version and node.

This removes the remaining vulnerabilities from this package. See shinate#13.
@LC43 LC43 mentioned this pull request Jan 20, 2020
@LC43 LC43 changed the title Fix/use native fs Use native fs Jan 20, 2020

@neonsunlight neonsunlight left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello! @shinate please merge this PR, if you can. Thank you in advance!

@nemanjapetrovic

Copy link
Copy Markdown

Hi @shinate ,

can you please merge this PR? Thanks you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants