Remove Intel related information (e.g., links on Intel resources) (#15)

main
Nikita Manovich 4 years ago committed by GitHub
parent 3d3903c01f
commit 3b1116185b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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](<https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html>)
## 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](<https://www.intel.com/content/www/us/en/security-center/bug-bounty-program.html>)
Watch this video, [So You Found a Vulnerability](<https://www.intel.com/content/www/us/en/security-center/so-you-found-a-vulnerability.html>),
to find out what you can expect when participating in the Intel® Bug Bounty Program.

@ -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",

@ -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",

@ -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",

@ -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",

@ -17,7 +17,7 @@
"not IE 11",
"> 2%"
],
"author": "Intel",
"author": "CVAT.ai",
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^4.6.3",

@ -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"

@ -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"

Loading…
Cancel
Save