Skip to content

Commit 072ba84

Browse files
committed
Merge branch 'master' of github.com:secure-systems-lab/ssl-site
2 parents 6bb6c9a + 89281e3 commit 072ba84

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem "webrick", "~> 1.9"
99

1010
gem "pathutil", "~> 0.16.2"
1111

12-
gem "json", "~> 2.12"
12+
gem "json", "~> 2.13"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ GEM
7070
sass-embedded (~> 1.54)
7171
jekyll-watch (2.2.1)
7272
listen (~> 3.0)
73-
json (2.12.2)
73+
json (2.13.2)
7474
kramdown (2.5.1)
7575
rexml (>= 3.3.9)
7676
kramdown-parser-gfm (1.1.0)
@@ -144,7 +144,7 @@ PLATFORMS
144144
DEPENDENCIES
145145
jekyll (>= 3.6.3)
146146
jekyll-feed
147-
json (~> 2.12)
147+
json (~> 2.13)
148148
neat (>= 1.0.0)
149149
pathutil (~> 0.16.2)
150150
webrick (~> 1.9)

_data/data.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,11 +714,13 @@ people:
714714
name: "Patrick Zielinski"
715715
anchor: patrick_zielinski
716716
internal: true
717-
role: "Ph.D. Student"
717+
role: "Ph.D. Candidate"
718718
since: 2024
719719
photo: "img/people/patrick_zielinski.jpg"
720720
interests: "Distributed systems, version control systems, and cryptography"
721721
publications:
722+
- name: "VehicleSec 2025"
723+
link: "https://mlab.engineering.nyu.edu/static/vehiclesec25-final9.pdf"
722724
- name: "NDSS 2025"
723725
link: "/papers/yelgundhalli_gittuf_ndss_2025.pdf"
724726
- name: "ACSAC 2024"

0 commit comments

Comments
 (0)