W3C Workshop Secure the Web Forward

Driving developer awareness and adoption of Web security standards & practices

September 26-28, 2023 - Virtual

Presented by W3C, OpenSSF, OWASP, OpenJS

Parsoa Khorsand

Documentation for web security education

Presenter: Florian Scholz
Position paper: Documentation for web security education
Slides: HTML | PDF

Video

Transcript

Slide 1 of 13

Florian: I work for Open Web Docs.

Slide 2 of 13

Florian: And I'm very happy to hear that you're all very interested in documentation and making that better. I'm a technical writer at Open Web Docs. We are a nonprofit organization and open collective. Our work is funded by donations from organizations and individuals.

Slide 3 of 13

Florian: We mostly contribute to MDN, which you all probably know and use on a daily basis. It's the number one resource for developers to find out about web technologies.

Florian: What we do is we contribute to the underlying content. That's the MDN Content Repository, and then in browser-compat-data as well that collects all the browser compat data for those pages. And so we have a lot of day-to-day maintenance on keeping this website up to date. But we also also do project work. I'm thinking, for this group, for this workshop, that there might be a potential new project for web security docs.

Slide 4 of 13

Florian: Why I'm really here is I would love to chat with some folks that know a lot about security, about defining requirements for documentation, for security. Maybe even creating a new content outline. Also reviewing security talks because we, as technical writers, write about a lot of things on the web platform, but we don't necessarily have all the expertise and security field. But I'm sure lot of you do. And then we would like to understand more the developer needs, and the survey that François has shared for this workshop, and also shown a bit on the first day, was very useful as a first insight.

Slide 5 of 13

Florian: To get us a bit into what's currently on MDN, I took a bit of time to assess and look at, if I'm curious about security and I would go on MDN, what would I find? And there is a landing page on the Web security. It has 19 pages. They're not random. That's the usual topics, you know. Same origin. CSP, CORS, those kind of things.

Florian: We also, I think, a while ago created a CORS error reference, because people really struggle with CORS, and they need to understand all the errors that are thrown at them in the console. And so for each of those errors we wrote a reference. And we have, like miscellaneous security related dogs, glossary pages, what is man in the middle, what is CSS and stuff.

Slide 6 of 13

Florian: But this is all pretty disorganized. What MDN traditionally is really good at is reference docs, and it has to do with the fact that whenever we ship yet another new web platform feature, we document it. So we create reference docs. We write about the latest CSP directive. We write about SRI and all these web platform features. but we don't necessarily organize them well. There's no navigation right now on this security landing page. The navigation is basically an alphabetical list of all the things that you could learn about security. There's no user journey at all. I couldn't find a security tutorial and there's no mapping to developer needs. Those that we have learned from the survey that was run on MDN. Or from other developer needs that we know of.

Florian: And I can tell you that the Security docs are not alone. There's other documentation sets that suffer from the same problem. And recently, we've done work, for example, on the performance docs, but also on the progressive web app docs to make that better.

Slide 7 of 13

Florian: So how do we make this better? For that I would like to introduce a diagram of the system that was first introduced by Daniele Procida and was published on Divio and diataxis.fr. So this is not something that I've invented but it's a really good way to think about documentation. And this is based on the research that there are basically 2 types of developers. The one is the concept driven developer and the other is the action driven developer. If you look at this diagram, on the left side, you have tutorials and explanations. So you are... and don't worry, you don't have to be either the concept driven or the action driven developer, I can tell you. Sometimes you are the other, sometimes you're the one, sometimes you are the other.

Florian: Let's say you're a concept driven developer, you're studying, then you spend your time on pages like tutorials and explanations, you're on the left side of this diagram. You want to learn about a new thing. You want to understand the theoretical concepts. You you want to be taken by hand in a tutorial, and you want to go from not knowing anything to completing a project, and then knowing something, and you will be taken by the hand by the author of the tutorial. Or you want to understand concepts like the Browser security model, same origin, or whatever. And then you likely want to read an explanation.

Florian: On the other hand, you might not be studying right now. You want to get work done, and for that you need other sorts of documentation. You need how to pages, and you need reference pages. So how-to is, I almost think about those when I think about the Stack Overflow developers. So how to do something, then you mostly land on stack overflow. But we've also got better on MDN to write more practical, down to the task, that's at hand, and then write an how-to for that. And then, as you all know, the classic reference page that is also very action oriented. You exactly know what you want. You know exactly which methods or feature you want to use, but you need all the information about how this works again, what the parameters are, and so forth.

Slide 8 of 13

Florian: I looked at the survey that was run on MDN. And I saw that we had very challenging, and somewhat challenging answers on some of the topics that were given in the survey. And I've tried to put them into the categories of these 4 quadrants of the system.

Florian: I think it's quite telling that there wasn't really anything for reference because, there, reference articles exist. But, for example, understanding security threats, and understanding the browser security model. We don't really have guides for that. And that to me was quite telling that we should, in fact, think about all these other three types of pages and create them.

Slide 9 of 13

Florian: And then I also did a quick exercise on thinking about potential new content structures and articles for all of these 4 quadrants. And of course this is only me, not knowing all that much about security. But I quickly came up with quite a few things.

Florian: I want to briefly talk about the how-tos, because I think they are quite important, they're probably the core of this. And I think there are probably 3 different categories of how-tos that we should think about.

Florian: One is the classic how-to use a web platform feature, if you know what you want to use, then that's pretty straightforward to write. And we just need to know what are all of the web platform features. Another category is how-to protect against an attack. And then here, you know. to write such articles, I already need to know what are all the different attacks, so definitely here I would need a lot more help from security experts to tell me exactly what sorts of XSS and other attacks exist and how to protect against them.

Florian: And then even more complicated is, if you want to make a tutorial and explain how to make a thing secure, because that requires web platform features that make the thing secure, but that also requires to protect against attacks. That's kind of the most viable. But also, I guess, the most complex how-to.

Slide 10 of 13

Florian: So what can we do as Open Web Docs to help you with? We can surely organize those docs. As I've shown you in the 4 quadrants, we have some clue about how to go about educating people about things. We can also write those docs, and we can help maintaining those docs.

Slide 11 of 13

Florian: But what we really need from security people like all of you, is review and advice and help on creating content outlines. And we also need insights into what developers don't understand.

Slide 12 of 13

Florian: For me, the thing that I want to bring up in this workshop is: should we have a follow up workshop where we discuss in more details what sorts of documentation we need and we should create on sites like MDN? Could we maybe even collectively, create a content outline that addresses all these 4 quadrants that I've presented?

Florian: Then, finally, I think the first survey was excellent to get an initial insight into what are the misunderstandings for developers. But maybe we need even more. Maybe we need user interviews to understand how exactly the developers are struggling with web security topics.

Slide 13 of 13

Florian: And that's it. Thanks.