Forráskód Böngészése

Ajout de fast TCP loopback et browser security beyond sandbox

Alexandre Janniaux 6 éve
szülő
commit
b36420f86f
1 módosított fájl, 19 hozzáadás és 0 törlés
  1. 19 0
      bibliography.bib

+ 19 - 0
bibliography.bib

@@ -17,3 +17,22 @@
     month = {novembre},
     year = {2015}
 }
+
+
+@misc{JRabetBrowserSecurity,
+    author = {Jordan Rabet},
+    title = {Browser Security Beyond Sandboxing},
+    howpublished = {https://www.youtube.com/watch?v=sheeWKC6CuM},
+    note = {Conférence: BlueHat IL},
+    year = {2018}
+}
+
+@misc{WindowsFastTCPLoopback,
+    author  = {Ed Briggs},
+    title   = {Fast TCP Loopback Performance and Low Latency with Windows Server 2012 TCP Loopback Fast Path},
+    howpublished =
+    {\url{https://blogs.technet.microsoft.com/wincat/2012/12/05/fast-tcp-loopback-performance-and-low-latency-with-windows-server-2012-tcp-loopback-fast-path/}},
+    month   = {decembre},
+    year    = {2012},
+    note    = {Dernier accès: 2018-09-12}
+}