From 97cf54433b5cc0d00819735ff60a87f0b711eb87 Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Wed, 14 Oct 2020 09:45:13 -0700 Subject: [PATCH] Update models.py language --- lemur/authorities/models.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lemur/authorities/models.py b/lemur/authorities/models.py index e8c0e03a..ba0516fd 100644 --- a/lemur/authorities/models.py +++ b/lemur/authorities/models.py @@ -85,8 +85,9 @@ class Authority(db.Model): @property def is_cab_compliant(self): """ - Parse the options to find whether authority is CAB Compliant. Returns None if - option is not available + Parse the options to find whether authority is CAB Forum Compliant + i.e., adhering to the CA/Browser Forum Baseline Requirements. + Returns None if option is not available """ if not self.options: return None