Skip to content

Commit 7f7fd8b

Browse files
Update secure_software_development_fundamentals.md
Co-authored-by: Ashwin Ramaswami <[email protected]>
1 parent 2a6b252 commit 7f7fd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secure_software_development_fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2496,7 +2496,7 @@ There are two options, DBMS-side and application-side, and
24962496
DBMS-side is better from a security point of view.
24972497

24982498
From a security point-of-view it's best if the parameters of
2499-
parameterized statements are be processed directly
2499+
parameterized statements are processed directly
25002500
within the database management system (DBMS),
25012501
aka "DBMS-side" parameter processing.
25022502
This approach is often called "server-side" since many DBMSs use

0 commit comments

Comments
 (0)