Просмотр исходного кода

Ajout de fast TCP loopback et browser security beyond sandbox

Alexandre Janniaux 6 лет назад
Родитель
Сommit
b36420f86f
1 измененных файлов с 19 добавлено и 0 удалено
  1. 19 0
      bibliography.bib

+ 19 - 0
bibliography.bib

@@ -17,3 +17,22 @@
     month = {novembre},
     month = {novembre},
     year = {2015}
     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}
+}