summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-04-16 16:23:06 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-04-16 16:23:06 +0000
commit7ad5fee7ce641f6bc0bc81d0b805d93224fd593b (patch)
treee6dfce06a0b667c358ad4d68458cf947de82dd1e
parent00b4efc1182039f10a4e797657457a1dfaaad39e (diff)
downloadmorph-7ad5fee7ce641f6bc0bc81d0b805d93224fd593b.tar.gz
Fix a couple of comments.
Change-Id: I49367c0382847fe43ed2c2c2fd13cea224070d7f
-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)