content/security/cvejsontohtml.py [93:99]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                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 [127:133]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                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
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



