Skip to content

Commit 0d89cc8

Browse files
jaisnancelinval
andauthored
Add disclaimer, and fix links (rust-lang#5)
*Issue #, if available:* *Description of changes:* Adds disclaimer that this project is not endorsed by Rust foundation and fixes license links. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: Celina G. Val <[email protected]>
1 parent f49226a commit 0d89cc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,22 @@ The goal is to have a contest to help verify the [Rust standard library](https:/
1111

1212

1313
To help you get started in the contest, Amazon’s [Kani-rust-verifier team](https://github.com/model-checking/kani) has created mechanisms and tools to help participants verify the standard library. The Kani team has also created some initial contracts and proofs (To be filled and linked here later) to help you get started as a participant.
14+
15+
NOTE: This work is not official, affiliated, or endorsed by the Rust project or Rust Foundation.
1416
* * *
1517

1618
## Contest Details
1719

1820
Here are some details for the contest
1921

20-
1. This repository will contain templates for [Issues](http://Insert link to Issues page), [pull requests](http://Link to PR page here) etc. that will be used to create new challenges for verifying the Rust standard library.
22+
1. This repository will contain templates for [Issues](https://github.com/model-checking/verify-rust-std/issues), and [pull requests](https://github.com/model-checking/verify-rust-std/pulls), that will be used to create new challenges for verifying the Rust standard library.
2123
2. This repository will contain the initial contracts and proofs that AWS creates using Kani as a tool to verify the standard library.
2224
3. Verification of the functions will be enabled using CI pipelines and Kani tool initially.
2325
4. Any new tool that participants want to enable will require an application using an Issue template. This tool will be analyzed by an independent committee consisting of members from the Rust open-source developers and AWS
2426
1. A new tool application should clearly specify the differences to existing techniques and provide sufficient background of why this is needed.
2527
2. Once the tool is approved, it needs to be enabled using CI pipelines.
2628
5. Each contribution or attempt should be submitted via a pull request that will be analyzed by the committee.
27-
6. Each contribution will be reviewed on a first come first serve basis. Acceptance will be based on a unanimous affirmative vote from the review committee.
29+
6. Each contribution will be reviewed on a first come first serve basis. Acceptance will be based on a unanimous affirmative vote from the review committee.
2830
7. The contribution must be automated and should work in CI.
2931
8. Once approved by the review committee, the change will be merged into the repository.
3032

@@ -53,7 +55,7 @@ You can find out more about Kani from the [Kani book](https://model-checking.git
5355

5456
## Contact
5557

56-
For questions, suggestions or feedback, feel free to open an issue on the Kani page with the tag `stdlib-contest` or contact us directly at [[email protected]](mailto:kani-developers@amazon.com).
58+
For questions, suggestions or feedback, feel free to open an [issue here](https://github.com/model-checking/verify-rust-std/issues).
5759

5860
## Security
5961

@@ -65,13 +67,11 @@ See [SECURITY](https://github.com/model-checking/kani/security/policy) for more
6567

6668
Kani is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
6769

68-
See [LICENSE-APACHE](link to LICENSE-APACHE) and [LICENSE-MIT](link to LICENSE-MIT) for details.
70+
See [LICENSE-APACHE](https://github.com/model-checking/kani/blob/main/LICENSE-APACHE) and [LICENSE-MIT](https://github.com/model-checking/kani/blob/main/LICENSE-MIT) for details.
6971

7072

7173
## Rust
7274

7375
Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
7476

7577
See [the Rust repository](https://github.com/rust-lang/rust) for details.
76-
77-

0 commit comments

Comments
 (0)