Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.48 KB

Project dependencies contain vulnerabilities.md

File metadata and controls

34 lines (25 loc) · 1.48 KB

Although dependency scans did not yield a direct threat to the projects under review, yarn audit identified dependencies with known vulnerabilities.

Due to the sensitivity of the deployment code and its environment, it is important to ensure dependencies are not malicious.

Problems with dependencies in the JavaScript community could have a significant effect on the repositories under review.

Recommendation:

Short term, ensure dependencies are up to date.

Several node modules have been documented as malicious because they execute malicious code when installing dependencies to projects.

Keep modules current and verify their integrity after installation.

Long term, consider integrating automated dependency auditing into the development workflow.

If dependencies cannot be updated when a vulnerability is disclosed, ensure that the codebase does not use and is not affected by the vulnerable functionality of the dependency.


Slide Screenshot

162.jpg


Slide Text

  • ToB Audit Advanced Blockchain Finding 11
  • Patching
  • Vulnerabilities in (Off-chain) Dependencies
  • Track/Verify/Patch/Audit Dependencies

References


Tags