no trailing spaces
This commit is contained in:
parent
5af3009835
commit
309ffb61d0
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ Our approach means our software has a number of security and ease-of-use benefit
|
|||
- we are able to provide rapid prototyping with a seamless path from prototype to production
|
||||
- reduced attack vectors, for example by guarding against things like memory corruption
|
||||
- a small code base which means a smaller attack surface, and easier review and audit
|
||||
- the complexity is reduced ensuring ease of use and helping people to understand the technology
|
||||
- the complexity is reduced ensuring ease of use and helping people to understand the technology
|
||||
- it is possible to formally verify important parts with a proof assistant (proof writing software)
|
||||
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ Explains Solo5 which is a microkernel-friendly, sandboxed, re-targetable executi
|
|||
DevOpsDays MSN 2018 - [FuzzOps](https://www.youtube.com/watch?v=BtJsakoXxdY)<br />
|
||||
Discusses testing software to find bugs before deploying software, including continuous integration solutions and property-based testing. Looks at issues of testing frameworks, including common human errors. Explains fuzzers - a solution to this important problem in which computers generate inputs and find counter examples to enable more complete code testing and bug finding.
|
||||
|
||||
Confreaks 2017 - [DHCP: IT’S MOSTLY YELLING!!](https://www.youtube.com/watch?v=enRY9jd0IJw)
|
||||
Confreaks 2017 - [DHCP: IT’S MOSTLY YELLING!!](https://www.youtube.com/watch?v=enRY9jd0IJw)
|
||||
Discusses how the Dynamic Host Configuration Protocol (DHCP) is structured and how it is used in a network. Explains how addressing and packet structure (or yelling) in DHCP works to establish a connection, and what can go wrong. Looks at tcpdump as a way to examine this yelling along with DHCP options to help establish a quieter and more secure connection.
|
||||
|
||||
Strange Loop 2015 - [Non-Imperative Network Programming](https://www.youtube.com/watch?v=GNc1t6Q5Dls)<br />
|
||||
|
|
|
@ -142,7 +142,7 @@ a.list-group-item {
|
|||
float: right;
|
||||
}
|
||||
|
||||
body {
|
||||
body {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue