content/security/cvejsontohtml.py [103:109]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                timed = time["value"]
                if ("reported" in timed):
                    timed = "Reported to security team"
                elif ("public" in timed):
                    timed = "Issue public"
                elif ("release" in timed):
                    timed = "Update "+timed
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



content/security/cvejsontohtml.py [137:143]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                timed = time["value"]
                if ("reported" in timed):
                    timed = "Reported to security team"
                elif ("public" in timed):
                    timed = "Issue public"
                elif ("release" in timed):
                    timed = "Update "+timed
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



