Skip to content

Conversation

@shoebsd31
Copy link

Replaced Node-sass with Sass,
Resolved npm vulnerabilities,
Dockerized Client,
Updated Readme.md (needs to be updated further)
moved package.json to Server folder and updated server code accordingly

jest.spyOn(RequestHelper, "getWithAutoRetry").mockResolvedValue(mockAxiosResponse);
jest.spyOn(RequestHelper, "putWithAutoRetry").mockResolvedValue(mockAxiosResponse);
jest.spyOn(RequestHelper, "deleteWithAutoRetry").mockResolvedValue(mockAxiosResponse);
// jest.spyOn(RequestHelper, "getWithAutoRetry").mockResolvedValue(mockAxiosResponse);
Copy link
Author

Choose a reason for hiding this comment

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

This needs to be fixed


public async setup(): Promise<void> {
this.pdf = await pdfjsLib.getDocument({
isEvalSupported: false,
Copy link
Author

Choose a reason for hiding this comment

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

This is used to resolve the the high vulnerability with pdfjs-dist as highlighted after running npm audit.
More details are found here : GHSA-wgrm-67xf-hhpq

@shoebsd31
Copy link
Author

@microsoft-github-policy-service agree

@shoebsd31 shoebsd31 changed the title Replaced Node-sass with Sass so node-gyp not needed, Dockerized Client, Updated Server File Structure Replaced Node-sass with Sass, Dockerized Client, Updated Server File Structure Jun 30, 2024
@shoebsd31 shoebsd31 marked this pull request as draft July 4, 2024 11:36
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.

2 participants