We are excited to introduce the latest features and enhancements in Endor Labs.
New features
Function level reachability for JavaScript projects (Beta)
Endor Labs is excited to announce the function level reachability analysis for JavaScript/TypeScript projects.
You can now track the exact portion of the code in a dependency that is being reused by a program. Endor Labs generates call graphs for JavaScript/TypeScript projects to help you:
- Analyze the dependencies and relationships among various functions in JavaScript projects. They help identify functions or methods with known vulnerabilities or potential security issues.
- Examine the call graph to identify the functions that directly or indirectly call the vulnerable functions by tracing the paths of execution.
- Prioritize the vulnerabilities based on their severity, threat levels, and application importance.
Call graphs assist users in comprehending the potential consequences and enable them to prioritize the resolution of vulnerabilities that are more likely to result in additional exploitation.
For more information, see Scan JavaScript/TypeScript projects.