Skip to content

Commit 63b5e4d

Browse files
committed
updated acceptence criteria for tools
1 parent a0569a4 commit 63b5e4d

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

arewesafetycriticalyet.org/docs/tooling/2_tools-list.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,24 @@ import ToolsList from '@site/src/components/ToolsList';
99
This page lists known tools that may be used to develop safety critical Rust code.
1010
The list is maintained by the subcommittee, and while we try to keep information up to date,
1111
this list is provided as is without any legal guarantees.
12-
Please get in touch with the tool authors and vendors **before** starting your project..
12+
Please get in touch with the tool authors and vendors **before** starting your project.
1313

1414
If you want to add or update the list, please open an issue on the [safety-critical-rust-consortium](https://github.com/rustfoundation/safety-critical-rust-consortium/issues) repository, or on the Rust Zulip [safety-critical-consortium](https://rust-lang.zulipchat.com/#narrow/channel/445688-safety-critical-consortium) channel.
1515

16+
## Acceptance Criteria
17+
18+
Tools will be included in the list only if they meet the following criteria.
19+
20+
Note: even if the tool fulfill all the listed criteria the SCRC may ask the maintainer/owner of the tool for a presentation/demonstration for better evaluation.
21+
22+
### Close Source
23+
- Tool still supported by vendor.
24+
- First productive release: > 1 year old
25+
26+
### Open Source
27+
- First project publishing date : > 1 year old
28+
- Last update: < 1 year old
29+
30+
31+
1632
<ToolsList />

0 commit comments

Comments
 (0)