lemur/plugins/lemur_cryptography/plugin.py (6 lines): - line 64: # TODO figure out a better way to increment serial - line 75: # TODO figure out a better way to increment serial - line 101: # FIXME in python-cryptography. - line 121: # FIXME: Implement the AuthorityInformationAccess extension - line 134: # FIXME: Implement the CRLDistributionPoints extension - line 135: # FIXME: Not implemented in lemur/schemas.py yet https://github.com/Netflix/lemur/issues/662 lemur/certificates/models.py (2 lines): - line 147: san = Column(String(1024)) # TODO this should be migrated to boolean - line 420: # TODO: Not supporting custom OIDs yet. https://github.com/Netflix/lemur/issues/665 lemur/certificates/schemas.py (2 lines): - line 139: ] # TODO remove when field is deprecated - line 187: ] # TODO remove when field is deprecated lemur/certificates/service.py (2 lines): - line 446: # creator = args.pop('creator') # TODO we should enabling filtering by owner - line 763: # TODO this can be removed once we migrate away from cn lemur/schemas.py (2 lines): - line 284: # FIXME: Convert custom OIDs to a custom field in fields.py like other Extensions - line 285: # FIXME: Remove support in UI for Critical custom extensions https://github.com/Netflix/lemur/issues/665 lemur/plugins/lemur_acme/challenge_types.py (1 line): - line 243: # TODO add external ID (if possible) lemur/sources/service.py (1 line): - line 193: # TODO this is very slow as we don't batch update certificates lemur/plugins/lemur_aws/sts.py (1 line): - line 29: # TODO add user specific information to RoleSessionName lemur/users/schemas.py (1 line): - line 22: password = fields.String() # TODO add complexity requirements lemur/common/fields.py (1 line): - line 398: # TODO: Need to parse a string in name['value'] like: lemur/plugins/lemur_atlas/plugin.py (1 line): - line 58: # TODO marshmallow schema? lemur/plugins/lemur_acme/dyn.py (1 line): - line 68: # TODO: Delete associated DNS text record here lemur/pending_certificates/models.py (1 line): - line 146: # TODO: Fix auto-generated name, it should be renamed on creation lemur/pending_certificates/service.py (1 line): - line 189: # creator = args.pop('creator') # TODO we should enabling filtering by owner