Update models.py

language
This commit is contained in:
Hossein Shafagh 2020-10-14 09:45:13 -07:00 committed by GitHub
parent 82dd663942
commit 97cf54433b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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