swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 211114fde5032b127395eacdcf991a0e69c195bd authored by Felix Puscasu on 02 April 2024, 14:43:19 UTC
RISC-V: Distinguish physical & virtual test environments
Tip revision: 211114f
README.md
# Contributed Software

This directory is meant to host the source code of tools which can be
useful for users and developers of Octez and the Tezos protocol but
which don't deserve as much care as the components which are critical
for the security of Tezos and Octez users.

Putting these non-critical pieces of code in a distinct directory
serves the following purposes:
- preventing accidental call of this code from the critical components;
- the mere presence of a tool in this directory indicates that it is
  considered non-critical;
- locating these tools under some directory eases the definition of
  approval rules lowering the quality requirements for non-critical
  code.

back to top