From ffda4210619e124a2f20290b26ceea6c06cca186 Mon Sep 17 00:00:00 2001 From: gfw-report Date: Tue, 25 Feb 2025 00:00:00 +0000 Subject: [PATCH 1/2] Add two NDSS'25 papers. --- references.bib | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/references.bib b/references.bib index 138820d..c16c072 100644 --- a/references.bib +++ b/references.bib @@ -1,3 +1,21 @@ +@inproceedings{Fan2025a, + author = {Shencha Fan and Jackson Sippe and Sakamoto San and Jade Sheffey and David Fifield and Amir Houmansadr and Elson Wedwards and Eric Wustrow}, + title = {{Wallbleed}: A Memory Disclosure Vulnerability in the {Great Firewall} of {China}}, + booktitle = {Network and Distributed System Security}, + publisher = {The Internet Society}, + year = {2025}, + url = {https://gfw.report/publications/ndss25/data/paper/wallbleed.pdf}, +} + +@inproceedings{Xue2025a, + author = {Diwen Xue and Robert Stanley and Piyush Kumar and Roya Ensafi}, + title = {The Discriminative Power of Cross-layer {RTT}s in Fingerprinting Proxy Traffic}, + booktitle = {Network and Distributed System Security}, + publisher = {The Internet Society}, + year = {2025}, + url = {https://www.ndss-symposium.org/wp-content/uploads/2025-966-paper.pdf}, +} + @inproceedings{Wang2025a, author = {Wayne Wang and Diwen Xue and Piyush Kumar and Ayush Mishra and Anonymous and Roya Ensafi}, title = {Is Custom Congestion Control a Bad Idea for Circumvention Tools?}, From e61d8c38483f81ca689d40380b1bff181cc79ae2 Mon Sep 17 00:00:00 2001 From: gfw-report Date: Wed, 26 Feb 2025 00:00:00 +0000 Subject: [PATCH 2/2] Add the discussion_url for Fan2025a. Ref: https://github.com/net4people/bbs/issues/456 --- references.bib | 1 + 1 file changed, 1 insertion(+) diff --git a/references.bib b/references.bib index c16c072..35c6f52 100644 --- a/references.bib +++ b/references.bib @@ -5,6 +5,7 @@ publisher = {The Internet Society}, year = {2025}, url = {https://gfw.report/publications/ndss25/data/paper/wallbleed.pdf}, + discussion_url = {https://github.com/net4people/bbs/issues/456}, } @inproceedings{Xue2025a,