Skip to content

Commit 90c40e4

Browse files
authored
Clarify/rephrase sentence about binary files
Rephrase sentence about binary files. In particular synch plural/singular with appropriate verbal form.
1 parent 97d124f commit 90c40e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ To mitigate such risks, we apply established procedures and techniques:
5858
new tests for the new functionality. We run *several hundred thousands*
5959
tests on each proposed changed to make sure existing functionality remains.
6060
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
6363
place anywhere for any hidden encrypted payload. We run a scanner on all
6464
files on every change to detect binary files and the few files that need to
6565
remain looking binary are manually vetted and verified against a checksum.

0 commit comments

Comments
 (0)