cmcfarlen opened a new pull request, #11996: URL: https://github.com/apache/trafficserver/pull/11996
Fixes #11948 The `severity` function on the Annotation class had an unprotected optional deref. This PR fixes that by removing the unprotected function in favor of one that takes a default value. A similar pattern is used in Errata, but that does not provide the same unconditional deref. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org