|
1 | 1 | # validator.js |
2 | 2 |
|
3 | 3 | [![NPM version][npm-image]][npm-url] |
4 | | -[](https://travis-ci.org/validatorjs/validator.js) |
5 | | -[](https://codecov.io/gh/validatorjs/validator.js) |
| 4 | +[![CI][ci-image]][ci-url] |
| 5 | +[![Coverage][codecov-image]][codecov-url] |
6 | 6 | [![Downloads][downloads-image]][npm-url] |
7 | 7 | [](#backers) |
8 | 8 | [](#sponsors) |
@@ -183,7 +183,7 @@ Sanitizer | Description |
183 | 183 |
|
184 | 184 | ### XSS Sanitization |
185 | 185 |
|
186 | | -XSS sanitization was removed from the library in [2d5d6999](https://github.com/chriso/validator.js/commit/2d5d6999541add350fb396ef02dc42ca3215049e). |
| 186 | +XSS sanitization was removed from the library in [2d5d6999](https://github.com/validatorjs/validator.js/commit/2d5d6999541add350fb396ef02dc42ca3215049e). |
187 | 187 |
|
188 | 188 | For an alternative, have a look at Yahoo's [xss-filters library](https://github.com/yahoo/xss-filters) or at [DOMPurify](https://github.com/cure53/DOMPurify). |
189 | 189 |
|
@@ -253,8 +253,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
253 | 253 | [npm-url]: https://npmjs.org/package/validator |
254 | 254 | [npm-image]: http://img.shields.io/npm/v/validator.svg |
255 | 255 |
|
256 | | -[travis-url]: https://travis-ci.org/chriso/validator.js |
257 | | -[travis-image]: http://img.shields.io/travis/chriso/validator.js.svg |
| 256 | +[codecov-url]: https://codecov.io/gh/validatorjs/validator.js |
| 257 | +[codecov-image]: https://codecov.io/gh/validatorjs/validator.js/branch/master/graph/badge.svg |
| 258 | + |
| 259 | +[ci-url]: https://github.com/validatorjs/validator.js/actions?query=workflow%3ACI |
| 260 | +[ci-image]: https://github.com/validatorjs/validator.js/workflows/CI/badge.svg?branch=master |
258 | 261 |
|
259 | 262 | [amd]: http://requirejs.org/docs/whyamd.html |
260 | 263 | [bower]: http://bower.io/ |
|
0 commit comments