Network traffic annotation tag is added to network connection request functions and all call sites in Chromium would be gradually annotated.
Annotation is passed as a text serialize protobuf to a function to create NetworkTrafficAnnotationTag, but this function does not check the format of the annotation text.
Tools should be added to check this text's format and validate it.