diff --git a/README.md b/README.md index acfe987d..9941f833 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ The exact steps on how FFmpeg was configured and compiled can be found in the [D FFmpeg is an open source framework licensed under LGPL and GPL. See [https://www.ffmpeg.org/legal.html](https://www.ffmpeg.org/legal.html). You are solely responsible for determining if your use of FFmpeg requires any -additional licenses. Intel is not responsible for obtaining any +additional licenses. CVAT.ai is not responsible for obtaining any such licenses, nor liable for any licensing fees due in connection with your use of FFmpeg. @@ -180,7 +180,6 @@ If you are not sure or just want to browse other users common questions, Other ways to ask questions and get our support: - [\#cvat](https://stackoverflow.com/search?q=%23cvat) tag on StackOverflow\* -- [Forum on Intel Developer Zone](https://software.intel.com/en-us/forums/computer-vision) ## Links diff --git a/SECURITY.md b/SECURITY.md index 4381c5ae..4700eab5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -13,36 +13,12 @@ be sure it can be reproduced in the supported version. ## Reporting a Vulnerability If you have information about a security issue or vulnerability in the product, please -send an e-mail to [secure@intel.com](mailto:secure@intel.com). Encrypt sensitive information -using our PGP public key. +send an e-mail to [secure@cvat.ai](mailto:secure@cvat.ai). Please provide as much information as possible, including: - The products and versions affected - Detailed description of the vulnerability - Information on known exploits -- A member of the Intel Product Security Team will review your e-mail and contact you to +- A member of the CVAT.ai Product Security Team will review your e-mail and contact you to collaborate on resolving the issue. - -For more information on how Intel works to resolve security issues, see: -[Vulnerability handling guidelines]() - -## Intel® Bug Bounty Program - -Intel Corporation believes that working with skilled security researchers across the globe -is a crucial part of identifying and mitigating security vulnerabilities in Intel products. - -Like other major technology companies, Intel incentivizes security researchers to report -security vulnerabilities in Intel products to us to enable a coordinated response. To -encourage closer collaboration with the security research community on these kinds of issues, -Intel created its Bug Bounty Program. - -If you believe you've found a security vulnerability in an Intel product or technology, we -encourage you to notify us through our program and work with us to mitigate and to coordinate -disclosure of the vulnerability. - -[Intel® Bug Bounty Program Terms]() - -Watch this video, [So You Found a Vulnerability](), -to find out what you can expect when participating in the Intel® Bug Bounty Program. - diff --git a/cvat-canvas/package.json b/cvat-canvas/package.json index ac8e9138..0664dbf2 100644 --- a/cvat-canvas/package.json +++ b/cvat-canvas/package.json @@ -7,7 +7,7 @@ "build": "tsc && webpack --config ./webpack.config.js", "server": "nodemon --watch config --exec 'webpack-dev-server --config ./webpack.config.js --mode=development --open'" }, - "author": "Intel", + "author": "CVAT.ai", "license": "MIT", "browserslist": [ "Chrome >= 63", diff --git a/cvat-canvas3d/package.json b/cvat-canvas3d/package.json index e3ab9102..487e21de 100644 --- a/cvat-canvas3d/package.json +++ b/cvat-canvas3d/package.json @@ -7,7 +7,7 @@ "build": "tsc && webpack --config ./webpack.config.js", "server": "nodemon --watch config --exec 'webpack-dev-server --config ./webpack.config.js --mode=development --open'" }, - "author": "Intel", + "author": "CVAT.ai", "license": "MIT", "browserslist": [ "Chrome >= 63", diff --git a/cvat-core/package.json b/cvat-core/package.json index 2783accf..5dd12555 100644 --- a/cvat-core/package.json +++ b/cvat-core/package.json @@ -11,7 +11,7 @@ "type-check": "tsc --noEmit", "type-check:watch": "yarn run type-check -- --watch" }, - "author": "Intel", + "author": "CVAT.ai", "license": "MIT", "browserslist": [ "Chrome >= 63", diff --git a/cvat-data/package.json b/cvat-data/package.json index 721b7794..94f1a34d 100644 --- a/cvat-data/package.json +++ b/cvat-data/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit", "type-check:watch": "yarn run type-check -- --watch" }, - "author": "Intel", + "author": "CVAT.ai", "license": "MIT", "browserslist": [ "Chrome >= 63", diff --git a/cvat-ui/package.json b/cvat-ui/package.json index e99f55ad..89178ed7 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -17,7 +17,7 @@ "not IE 11", "> 2%" ], - "author": "Intel", + "author": "CVAT.ai", "license": "MIT", "dependencies": { "@ant-design/icons": "^4.6.3", diff --git a/package.json b/package.json index c339677e..ddc01661 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "type": "git", "url": "git+https://github.com/cvat-ai/cvat.git" }, - "author": "Intel", + "author": "CVAT.ai", "license": "MIT", "bugs": { "url": "https://github.com/cvat-ai/cvat/issues" diff --git a/site/package.json b/site/package.json index a2f54446..8b9a0a2d 100644 --- a/site/package.json +++ b/site/package.json @@ -13,7 +13,7 @@ "type": "git", "url": "git+https://github.com/cvat-ai/cvat.git" }, - "author": "Intel", + "author": "CVAT.ai", "license": "MIT", "bugs": { "url": "https://github.com/cvat-ai/cvat/issues"