We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8ce3c commit 7c1cea1Copy full SHA for 7c1cea1
1 file changed
scripts/cve/nvd_api.py
@@ -168,7 +168,7 @@
168
f"<b>⚠️ New Vulnerability Detected</b>\n\n"
169
f"<b>CVE ID:</b> <code>{cveId}</code>\n"
170
f"<b>Severity:</b> {baseSeverity} ( {baseScore} )\n\n"
171
- f"<b>الوصف:</b>\n{(description[:600] + "...") if len(description) > 600 else description}"
+ f"<b>الوصف:</b>\n{(description[:600] + '...') if len(description) > 600 else description}"
172
f"\n\n{ref_links}"
173
)
174
0 commit comments