We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2f4af commit c847265Copy full SHA for c847265
1 file changed
CONTRIBUTING.md
@@ -250,6 +250,17 @@ Examples of common tags follow.
250
251
git log -1 --pretty=format:"Fixes: %h (\"%s\")" --abbrev=12 COMMIT_REF
252
253
+ Vulnerability: CVE-2016-2074
254
+
255
+ Specifies that the patch fixes or is otherwise related to a
256
+ security vulnerability with the given CVE identifier. Other
257
+ identifiers in public vulnerability databases are also
258
+ suitable.
259
260
+ If the vulnerability was reported publicly, then it is also
261
+ appropriate to cite the URL to the report in a Reported-at
262
+ tag. Use a Reported-by tag to acknowledge the reporters.
263
264
Developer's Certificate of Origin
265
---------------------------------
266
0 commit comments