Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rule and vuln api changes #303

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
vuln api changes
  • Loading branch information
KanchanaAradhya committed Sep 18, 2019
commit 423a9b37a67dc61c2a95a6734214f3c5a53caee5

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ public class DownloadController implements Constants {
@Autowired(required=false)
private CertificateController certificateController;

/** The vulnerability controller. */
@Autowired(required=false)
private VulnerabilityController vulnerabilityController;

/** The compliance controller. */
@Autowired
private ComplianceController complianceController;
Expand Down
Loading