diff --git a/Cargo.toml b/Cargo.toml index 2b4ca8b174..8479295696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ authors = ["Use Ink "] categories = ["no-std", "embedded"] edition = "2021" homepage = "https://use.ink" -keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"] +keywords = ["wasm", "ink", "webassembly", "blockchain", "edsl"] license = "Apache-2.0" repository = "https://github.com/use-ink/ink" version = "5.0.0" diff --git a/README.md b/README.md index 02ff666ae0..398f8c3fe5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
ink!

- Parity's ink! for writing smart contracts + Polkadot's ink! for writing smart contracts

[![linux][a1]][a2] [![codecov][c1]][c2] [![coveralls][d1]][d2] [![loc][e1]][e2] [![stack-exchange][s1]][s2] @@ -46,7 +46,7 @@ More relevant links: * [`cargo-contract`](https://github.com/use-ink/cargo-contract) ‒ CLI tool for ink! contracts * [Contracts UI](https://contracts-ui.substrate.io/) ‒ Frontend for contract instantiation and interaction * [Substrate Contracts Node](https://github.com/paritytech/substrate-contracts-node) ‒ Simple Substrate blockchain which includes smart contract functionality -* [Awesome ink!](https://github.com/use-ink/awesome-ink) - A curated list of awesome projects for Parity's ink! +* [Awesome ink!](https://github.com/use-ink/awesome-ink) - A curated list of awesome projects for Polkadot's ink! * We post announcements on [Matrix][k2] and [Discord][l2] (in the [`ink_smart-contracts`](https://discord.com/channels/722223075629727774/765280480609828864) channel). @@ -290,4 +290,3 @@ Use the scripts provided under `scripts/check-*` directory in order to run check The entire code within this repository is licensed under the [Apache License 2.0](LICENSE). -Please [contact us](https://www.parity.io/contact/) if you have questions about the licensing of our products. diff --git a/SECURITY.md b/SECURITY.md index 7a6cbe7ecc..e77ee0d7e9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,8 +2,4 @@ If you find something that can be treated as a security vulnerability, please do not use the issue tracker or discuss it in the public forum/channels, as it can cause more damage rather than giving real help to the ecosystem. -Security vulnerabilities should be reported using [this contact form](https://security-submission.parity.io/). - -If you think that your report might be eligible for the Bug Bounty Program, please mark this during the submission. Please check up-to-date [Parity Bug Bounty Program rules](https://www.parity.io/bug-bounty) for more information about our Bug Bounty Program. - -**Warning:** This is an unified `SECURITY.md` file for the Paritytech GitHub Organization. The presence of this file does not mean that this repository is covered by the Bug Bounty program. Please always check the Bug Bounty Program scope for the information. +Security vulnerabilities should be reported using [this contact form](https://blocksurvey.io/ink-security-vulnerability-reporting-QCfzqPF8QMqIrJUEll7yPA?v=o).