chore(arch): merge with develop

This commit is contained in:
NicolasNewman
2024-05-22 10:08:12 -05:00
73 changed files with 2582 additions and 2277 deletions

View File

@@ -137,4 +137,9 @@ describe('XSS', () => {
cy.wait(1000);
cy.get('#the-malware').should('not.exist');
});
it('should sanitize backticks block diagram labels properly', () => {
cy.visit('http://localhost:9000/xss25.html');
cy.wait(1000);
cy.get('#the-malware').should('not.exist');
});
});