summaryrefslogtreecommitdiff
path: root/morphlib/plugins/cve_check_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/plugins/cve_check_plugin.py')
-rw-r--r--morphlib/plugins/cve_check_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/plugins/cve_check_plugin.py b/morphlib/plugins/cve_check_plugin.py
index 5d314c44..0f7878ec 100644
--- a/morphlib/plugins/cve_check_plugin.py
+++ b/morphlib/plugins/cve_check_plugin.py
@@ -35,7 +35,7 @@ class CVECheckPlugin(cliapp.Plugin):
pass
def cve_check(self, args):
- '''Certify that any given system definition is reproducable.
+ '''Check given system definitions for known vulnerabilities.
Command line arguments:
@@ -62,7 +62,7 @@ class CVECheckPlugin(cliapp.Plugin):
self.certify_system(repo, ref, system_filename)
def certify_system(self, repo, ref, system_filename):
- '''Certify reproducibility of system.'''
+ '''Check system for vulnerabilities.'''
self.app.status(
msg='Creating source pool for %s' % system_filename, chatty=True)