Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Migrate test runner to jquery-test-runner | Timmy Willison | 2025-01-14 | 1 | -66/+0 |
| | | | Closes gh-2325 | ||||
* | Build: Fix an XSS in the test server HTML serving logic | Michał Gołębiowski-Owczarek | 2024-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | The test server has a rule for `/tests/unit/*/*.html` paths that serves a proper local file. However, the parameters after `/unit/` so far accepted many characters that have special meaning, leading to possibly reading a file from outside of the Git repository. Fix that by only accepting alphanumeric characters, `-` or `_`. This should resolve one CodeQL alert. Closes gh-2309 | ||||
* | Tests: align test runner with other repos | Timmy Willison | 2024-04-09 | 1 | -1/+1 |
| | | | Close gh-2234 | ||||
* | Tests: replace grunt-contrib-qunit with jQuery test runner | Timmy Willison | 2024-03-29 | 1 | -0/+66 |
- add filestash workflow Close gh-2221 |