Please enable JavaScript.
Coggle requires JavaScript to display documents.
Source code review (tips and tricks (which functions using for database…
Source code review
tips and tricks
Git
comment on source
annotate where things become issues
which functions using for database queries
super quick script to look for any call
using concatenated strings / formatting
find places SQL queries are split across lines
find juicy SQLi
bash script
entrypoint tracing
managing expectations
100KLOC per person-week
using static analysis tools
fortify
number of files
10 files per day
division of labor
divide entire codebase
component parts
classed based splitting