Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(cve-display): now CVE is shown properly in the summary section of…
Browse files Browse the repository at this point in the history
… the detailed view of the stack report
  • Loading branch information
jyasveer authored and invincibleJai committed Nov 30, 2017
1 parent b3c635c commit 0c7cd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/stack/stack-level/stack-level.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class StackLevelComponent {
}

private handleSecurityInformation(tab: UserStackInfoModel): void {
let dependencies: Array<ComponentInformationModel> = tab.dependencies;
let dependencies: Array<ComponentInformationModel> = tab.analyzed_dependencies;
let security: Array<any> = [];
let temp: Array<any> = [];

Expand Down

0 comments on commit 0c7cd84

Please sign in to comment.