Skip to content

Commit

Permalink
Fix typos in comments and add explanations about usage of tee
Browse files Browse the repository at this point in the history
Co-authored-by: Pushkar Joglekar <[email protected]>
  • Loading branch information
mtardy and PushkarJ committed Jan 22, 2023
1 parent e61ffa9 commit 071e7bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
cve['_kubernetes_io']['issue_number'] = item['number']
cve['content_text'] = item['body']
cve['date_published'] = item['created_at']
# This because some CVEs were titled "CVE-XXXX-XXXX - Something" instead of
# This is because some CVEs were titled "CVE-XXXX-XXXX - Something" instead of
# "CVE-XXXX-XXXX: Something" on GitHub (see https://github.com/kubernetes/kubernetes/issues/60813).
title = item['title'].replace(' -', ':')
# This splits the CVE into its ID and the description/name, however some are in the following forms:
Expand Down

0 comments on commit 071e7bd

Please sign in to comment.