You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description=f"User {user.get_full_name()} has requested that user(s) {reviewers_string} review the finding \"{finding.title}\" for accuracy:\n\n{new_note}",
1712
+
description=f'User {user.get_full_name()} has requested that user(s) {reviewers_string} review the finding "{finding.title}" for accuracy:\n\n{new_note}',
self.assertEqual("Subresource Integrity (SRI) not implemented, and external scripts are loaded over HTTP or use protocol-relative URLs via src=\"//...\"", finding.title)
109
+
self.assertEqual('Subresource Integrity (SRI) not implemented, and external scripts are loaded over HTTP or use protocol-relative URLs via src="//..."', finding.title)
110
110
self.assertEqual("High", finding.severity)
111
111
self.assertIn("Subresource Integrity (SRI) not implemented", finding.description)
self.assertEqual("Subresource Integrity (SRI) not implemented, and external scripts are loaded over HTTP or use protocol-relative URLs via src=\"//...\"", finding.title)
162
+
self.assertEqual('Subresource Integrity (SRI) not implemented, and external scripts are loaded over HTTP or use protocol-relative URLs via src="//..."', finding.title)
163
163
self.assertEqual("High", finding.severity)
164
164
self.assertIn("Subresource Integrity (SRI) not implemented", finding.description)
iffinding.unsaved_endpoints[0].host=="demo14.s02.sjc01.qualys.com"andfinding.title=="QID-121695 | NTP \"monlist\" Feature Denial of Service Vulnerability":
157
+
iffinding.unsaved_endpoints[0].host=="demo14.s02.sjc01.qualys.com"andfinding.title=='QID-121695 | NTP "monlist" Feature Denial of Service Vulnerability':
158
158
finding_no_cvssv3=finding
159
159
# The CVSS Vector is not used from the Knowledgebase
0 commit comments