New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't wrap the REFERENCES field #19

Closed
ryran opened this Issue Nov 1, 2016 · 1 comment

Comments

Projects
None yet
1 participant
@ryran
Owner

ryran commented Nov 1, 2016

References field is usually just a list of urls so we probably shouldn't wrap it

$ rhsecapi CVE-2016-6797 -f references
Valid Red Hat CVE results retrieved: 1 of 1

CVE-2016-6797
  REFERENCES:
   https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47
   https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72
   https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37
$ rhsecapi CVE-2016-6797 -f references --wrap 
Valid Red Hat CVE results retrieved: 1 of 1

CVE-2016-6797
  REFERENCES:
   https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.
   0.47
   https://tomcat.apache.org/security-7.html#Fixed_in_Apache_T
   omcat_7.0.72
   https://tomcat.apache.org/security-8.html#Fixed_in_
   Apache_Tomcat_8.5.5_and_8.0.37

@ryran ryran added the enhancement label Nov 1, 2016

@ryran ryran self-assigned this Nov 1, 2016

ryran added a commit that referenced this issue Nov 3, 2016

@ryran

This comment has been minimized.

Show comment
Hide comment
@ryran

ryran Nov 3, 2016

Owner

Done!

 $ rhsecapi CVE-2016-6797 -f references --wrap
Valid Red Hat CVE results retrieved: 1 of 1

CVE-2016-6797
  REFERENCES:
   https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47
   https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72
   https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37
Owner

ryran commented Nov 3, 2016

Done!

 $ rhsecapi CVE-2016-6797 -f references --wrap
Valid Red Hat CVE results retrieved: 1 of 1

CVE-2016-6797
  REFERENCES:
   https://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.47
   https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.72
   https://tomcat.apache.org/security-8.html#Fixed_in_Apache_Tomcat_8.5.5_and_8.0.37

@ryran ryran closed this Nov 3, 2016

@ryran ryran changed the title from perhaps don't wrap the REFERENCES field? to don't wrap the REFERENCES field Nov 4, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment