Skip to content

Commit e4bcd8d

Browse files
Fixes from #49 from @oliviagallucci
Signed-off-by: David A. Wheeler <[email protected]>
1 parent 520b428 commit e4bcd8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

secure_software_development_fundamentals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,9 @@ While some have argued that privacy is no longer possible or relevant, many othe
328328

329329
The first step for addressing privacy is acknowledging that privacy is important, and then considering how to ensure your software provides adequate privacy if it collects information about individuals.
330330

331-
The simplest approach to privacy, and often the best starting point, is to *not* collect information about individuals unless you specifically need it. If you do not collect the information, you cannot divulge it later and you do not have to determine how to prevent its misuse. Eliminating it entirely is best from a privacy point of view.
331+
The simplest approach to privacy, and often the best starting point, is to *not* collect information about individuals unless you need it. If you do not collect the information, you cannot divulge it later, and you do not have to determine how to prevent its misuse. Eliminating it is best from a privacy point of view.
332332

333-
Failing that, minimize personal information to what you absolutely require. If you must collect information about individuals, you must then provide a variety of protections for them, at the very least those required by law and regulation. This can be complicated, because many laws and regulations may apply.
333+
Failing that, minimize personal information to what you absolutely require. If you must collect information about individuals, you must provide a variety of protections for them, at the very least those required by law and regulation. This can be complicated, because many laws and regulations may apply.
334334

335335
#### Privacy Laws and Regulations
336336

0 commit comments

Comments
 (0)