Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Jamie Taylor

๐Ÿ‘ค Speaker
341 total appearances

Appearances Over Time

Podcast Appearances

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So that's the open, used to be the open web application security project, but now it's the open worldwide application security project.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

It's not just web anymore.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

I've got this project that attempts to inject HTTP headers into an ASP.NET Core application that sets it up for best case scenario for security.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

It does all of the things to do with cross-site scripting, to do with content security policy, things like that.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

It doesn't really do content security policy because that's a difficult one to do, but it is on my plan.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

How do I do this?

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So what I'm getting at is that, like, with that one, I actually have a spec kit set up in that directory.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

And I say, right, cool.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

I want to add this new header.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

Hey, LLM, go do all the research for me.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

And then what I do is I get to the point where I tell it, create me a list of tasks, and then I do it, right?

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

Because it's done all the research for me.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

In 10 minutes, it's read up about everything.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

the particular HTTP header, it's read up about the rules, it's read up about the directive values, it's read up all of this stuff and gotten ready to write the documentation for me because I have like a,

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

static site that has documentation for the library, then all I have to do is go implement the code using the checklist it's given me for implement this thing, then this thing, then this thing, write this test, and then boom, it's done.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

And so it helps me to get productive with actually building these HTTP headers.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

But I have a couple of other client pieces of work, unfortunately, wrapped behind NDAs.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

But I'm sure you have the same sort of thing, Mike.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

But like where I've literally gone, I will spend 20 minutes writing a spec as detailed as I can.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

And I've actually found that it will go, hey, you didn't mention this.