Skip to content

Commit d443690

Browse files
Update 485-secure-coding-for-python-with-shehackspurple.txt
1 parent f18d969 commit d443690

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

transcripts/485-secure-coding-for-python-with-shehackspurple.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
00:00:00 What do developers need to know about AppSec and building secure software?
22

3-
00:00:03 We have Tanya Janka, aka SheHacksPurple, on the show to tell us all about it.
3+
00:00:03 We have Tanya Janca, aka SheHacksPurple, on the show to tell us all about it.
44

55
00:00:09 We talk about what developers should expect from threat modeling sessions,
66

@@ -28,15 +28,15 @@
2828

2929
00:00:57 Subscribe to our YouTube channel over at talkpython.fm/youtube and get notified about upcoming shows.
3030

31-
00:01:04 This episode is sponsored by PositConnect from the makers of Shiny.
31+
00:01:04 This episode is sponsored by Posit Connect from the makers of Shiny.
3232

3333
00:01:08 Publish, share, and deploy all of your data projects that you're creating using Python.
3434

3535
00:01:13 Streamlit, Dash, Shiny, Bokeh, FastAPI, Flask, Quarto, Reports, Dashboards, and APIs.
3636

37-
00:01:19 PositConnect supports all of them.
37+
00:01:19 Posit Connect supports all of them.
3838

39-
00:01:22 Try PositConnect for free by going to talkpython.fm/Posit.
39+
00:01:22 Try Posit Connect for free by going to talkpython.fm/Posit.
4040

4141
00:01:27 P-O-S-I-T.
4242

@@ -128,7 +128,7 @@
128128

129129
00:03:33 Hacks is interesting.
130130

131-
00:03:36 And Canada.
131+
00:03:36 And Tanya.
132132

133133
00:03:36 Tell us about yourself.
134134

@@ -344,7 +344,7 @@
344344

345345
00:07:55 modeling and what are some of the takeaways?
346346

347-
00:07:57 Obviously our audience here is largely Python developers, data scientists, and a ginormous assorted
347+
00:07:57 Obviously our audience here is largely Python developers, data scientists, and a enormous assorted
348348

349349
00:08:05 other that sort of orbits around those spaces.
350350

@@ -776,7 +776,7 @@
776776

777777
00:20:07 And I was like, yeah, but they're right and we're wrong this time.
778778

779-
00:20:11 Because sometimes the security team's being so completely unflexible.
779+
00:20:11 Because sometimes the security team's being so completely inflexible.
780780

781781
00:20:16 And I'm like, listen, this is like a minute risk if you really think about it.
782782

@@ -2338,7 +2338,7 @@
23382338

23392339
00:58:22 So if you're just doing select statements, just do a read-only user.
23402340

2341-
00:58:25 If you're doing CRED, create, read, update, delete, then you should use a read-write user.
2341+
00:58:25 If you're doing CRUD, create, read, update, delete, then you should use a read-write user.
23422342

23432343
00:58:31 But DBO is not almost ever actually needed, if we think about it.
23442344

@@ -2817,4 +2817,3 @@
28172817
01:09:04 Now get out there and write some Python code.
28182818

28192819
01:09:20 I'll see you next time.
2820-

0 commit comments

Comments
 (0)