Upgrade hive database version to 14
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -346,9 +346,9 @@ void main() {
|
||||
const eventDescription = '\nhttps://example1.com\nhttps://example2.com';
|
||||
const expectedEventDescription = '<html><head></head><body>'
|
||||
'<br>'
|
||||
'<a href="https://example1.com" target="_blank" rel="noreferrer">example1.com</a>'
|
||||
'<a href="https://example1.com" target="_blank" rel="noreferrer" style="white-space: nowrap; word-break: keep-all;">example1.com</a>'
|
||||
'<br>'
|
||||
'<a href="https://example2.com" target="_blank" rel="noreferrer">example2.com</a>'
|
||||
'<a href="https://example2.com" target="_blank" rel="noreferrer" style="white-space: nowrap; word-break: keep-all;">example2.com</a>'
|
||||
'</body></html>';
|
||||
final blobId = Id('abc123');
|
||||
final calendarEvent = CalendarEvent(
|
||||
@@ -402,9 +402,9 @@ void main() {
|
||||
'\n<a href="javascript:alert(1)">href xss</a>';
|
||||
const expectedEventDescription = '<html><head></head><body>'
|
||||
'<br>'
|
||||
'<a href="https://example1.com" target="_blank" rel="noreferrer">example1.com</a>'
|
||||
'<a href="https://example1.com" target="_blank" rel="noreferrer" style="white-space: nowrap; word-break: keep-all;">example1.com</a>'
|
||||
'<br>'
|
||||
'<a href="https://example2.com" target="_blank" rel="noreferrer">example2.com</a>'
|
||||
'<a href="https://example2.com" target="_blank" rel="noreferrer" style="white-space: nowrap; word-break: keep-all;">example2.com</a>'
|
||||
'<br>'
|
||||
'<br>'
|
||||
'<a>href xss</a>'
|
||||
|
||||
Reference in New Issue
Block a user