Skip to content

Commit e340840

Browse files
committed
chore: change link to eggjs/security
1 parent d1299a3 commit e340840

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
Security plugin in egg
44

55
[![NPM version][npm-image]][npm-url]
6-
[![Node.js CI](https://github.com/eggjs/egg-security/actions/workflows/nodejs.yml/badge.svg)](https://github.com/eggjs/egg-security/actions/workflows/nodejs.yml)
6+
[![Node.js CI](https://github.com/eggjs/security/actions/workflows/nodejs.yml/badge.svg)](https://github.com/eggjs/security/actions/workflows/nodejs.yml)
77
[![Test coverage][codecov-image]][codecov-url]
88
[![Known Vulnerabilities][snyk-image]][snyk-url]
99
[![npm download][download-image]][download-url]
1010

1111
[npm-image]: https://img.shields.io/npm/v/egg-security.svg?style=flat-square
1212
[npm-url]: https://npmjs.org/package/egg-security
13-
[codecov-image]: https://codecov.io/gh/eggjs/egg-security/branch/master/graph/badge.svg
14-
[codecov-url]: https://codecov.io/gh/eggjs/egg-security
13+
[codecov-image]: https://codecov.io/gh/eggjs/security/branch/master/graph/badge.svg
14+
[codecov-url]: https://codecov.io/gh/eggjs/security
1515
[snyk-image]: https://snyk.io/test/npm/egg-security/badge.svg?style=flat-square
1616
[snyk-url]: https://snyk.io/test/npm/egg-security
1717
[download-image]: https://img.shields.io/npm/dm/egg-security.svg?style=flat-square
@@ -559,10 +559,10 @@ exports.security = {
559559

560560
## License
561561

562-
[MIT](https://github.com/eggjs/egg-security/blob/master/LICENSE)
562+
[MIT](LICENSE)
563563

564564
## Contributors
565565

566-
[![Contributors](https://contrib.rocks/image?repo=eggjs/egg-security)](https://github.com/eggjs/egg-security/graphs/contributors)
566+
[![Contributors](https://contrib.rocks/image?repo=eggjs/security)](https://github.com/eggjs/security/graphs/contributors)
567567

568568
Made with [contributors-img](https://contrib.rocks).

README.zh-CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
egg 内置的安全插件
44

55
[![NPM version][npm-image]][npm-url]
6-
[![Node.js CI](https://github.com/eggjs/egg-security/actions/workflows/nodejs.yml/badge.svg)](https://github.com/eggjs/egg-security/actions/workflows/nodejs.yml)
6+
[![Node.js CI](https://github.com/eggjs/security/actions/workflows/nodejs.yml/badge.svg)](https://github.com/eggjs/security/actions/workflows/nodejs.yml)
77
[![Test coverage][codecov-image]][codecov-url]
88
[![Known Vulnerabilities][snyk-image]][snyk-url]
99
[![npm download][download-image]][download-url]
1010

1111
[npm-image]: https://img.shields.io/npm/v/egg-security.svg?style=flat-square
1212
[npm-url]: https://npmjs.org/package/egg-security
13-
[codecov-image]: https://codecov.io/gh/eggjs/egg-security/branch/master/graph/badge.svg
14-
[codecov-url]: https://codecov.io/gh/eggjs/egg-security
13+
[codecov-image]: https://codecov.io/gh/eggjs/security/branch/master/graph/badge.svg
14+
[codecov-url]: https://codecov.io/gh/eggjs/security
1515
[snyk-image]: https://snyk.io/test/npm/egg-security/badge.svg?style=flat-square
1616
[snyk-url]: https://snyk.io/test/npm/egg-security
1717
[download-image]: https://img.shields.io/npm/dm/egg-security.svg?style=flat-square
@@ -429,10 +429,10 @@ console.log(cmd);
429429

430430
## License
431431

432-
[MIT](https://github.com/eggjs/egg-security/blob/master/LICENSE)¬
432+
[MIT](LICENSE)
433433

434434
## Contributors
435435

436-
[![Contributors](https://contrib.rocks/image?repo=eggjs/egg-security)](https://github.com/eggjs/egg-security/graphs/contributors)
436+
[![Contributors](https://contrib.rocks/image?repo=eggjs/security)](https://github.com/eggjs/security/graphs/contributors)
437437

438438
Made with [contributors-img](https://contrib.rocks).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"repository": {
5656
"type": "git",
57-
"url": "git+https://github.com/eggjs/egg-security.git"
57+
"url": "git+https://github.com/eggjs/security.git"
5858
},
5959
"files": [
6060
"agent.js",
@@ -67,7 +67,7 @@
6767
"bugs": {
6868
"url": "https://github.com/eggjs/egg/issues"
6969
},
70-
"homepage": "https://github.com/eggjs/egg-security#readme",
70+
"homepage": "https://github.com/eggjs/security#readme",
7171
"author": "jtyjty99999",
7272
"license": "MIT"
7373
}

test/referrer.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('test/referrer.test.js', () => {
4444
.expect(500);
4545
});
4646

47-
// check for fix https://github.com/eggjs/egg-security/pull/50
47+
// check for fix https://github.com/eggjs/security/pull/50
4848
it('should throw error when Referrer-Policy is set to index of item in ALLOWED_POLICIES_ENUM', () => {
4949
const policy = 0;
5050
return app2.httpRequest()

0 commit comments

Comments
 (0)