File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ To mitigate such risks, we apply established procedures and techniques:
58
58
new tests for the new functionality. We run * several hundred thousands*
59
59
tests on each proposed changed to make sure existing functionality remains.
60
60
This includes fuzzers, static code analyzers, fault injectors and more.
61
- - ** No binary blobs** . All files stored in version control, in the git
62
- repository is readable or is otherwise small and documented. There is no
61
+ - ** No binary blobs** . Any file stored in version control in the git
62
+ repository is readable or is otherwise a small and documented binary . There is no
63
63
place anywhere for any hidden encrypted payload. We run a scanner on all
64
64
files on every change to detect binary files and the few files that need to
65
65
remain looking binary are manually vetted and verified against a checksum.
You can’t perform that action at this time.
0 commit comments