Skip to content

Commit d054486

Browse files
Merge branch 'master' of github.com:stfbk/stfbk.github.io
2 parents 4a86789 + ee29980 commit d054486

File tree

2 files changed

+18
-35
lines changed

2 files changed

+18
-35
lines changed

Gemfile.lock

Lines changed: 16 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,15 @@ GEM
2424
ethon (0.15.0)
2525
ffi (>= 1.15.0)
2626
eventmachine (1.2.7)
27-
eventmachine (1.2.7-x64-mingw32)
2827
execjs (2.8.1)
29-
faraday (1.10.2)
30-
faraday-em_http (~> 1.0)
31-
faraday-em_synchrony (~> 1.0)
32-
faraday-excon (~> 1.1)
33-
faraday-httpclient (~> 1.0)
34-
faraday-multipart (~> 1.0)
35-
faraday-net_http (~> 1.0)
36-
faraday-net_http_persistent (~> 1.0)
37-
faraday-patron (~> 1.0)
38-
faraday-rack (~> 1.0)
39-
faraday-retry (~> 1.0)
40-
ruby2_keywords (>= 0.0.4)
41-
faraday-em_http (1.0.0)
42-
faraday-em_synchrony (1.0.0)
43-
faraday-excon (1.1.0)
44-
faraday-httpclient (1.0.1)
45-
faraday-multipart (1.0.4)
46-
multipart-post (~> 2)
47-
faraday-net_http (1.0.1)
48-
faraday-net_http_persistent (1.2.0)
49-
faraday-patron (1.0.0)
50-
faraday-rack (1.0.0)
51-
faraday-retry (1.0.3)
28+
faraday (2.14.1)
29+
faraday-net_http (>= 2.0, < 3.5)
30+
json
31+
logger
32+
faraday-net_http (3.4.2)
33+
net-http (~> 0.5)
5234
ffi (1.15.5)
5335
ffi (1.15.5-x64-mingw-ucrt)
54-
ffi (1.15.5-x64-mingw32)
5536
forwardable-extended (2.6.0)
5637
gemoji (3.0.1)
5738
github-pages (228)
@@ -219,6 +200,7 @@ GEM
219200
gemoji (~> 3.0)
220201
html-pipeline (~> 2.2)
221202
jekyll (>= 3.0, < 5.0)
203+
json (2.18.1)
222204
kramdown (2.3.2)
223205
rexml
224206
kramdown-parser-gfm (1.1.0)
@@ -227,22 +209,24 @@ GEM
227209
listen (3.7.1)
228210
rb-fsevent (~> 0.10, >= 0.10.3)
229211
rb-inotify (~> 0.9, >= 0.9.10)
212+
logger (1.7.0)
230213
mercenary (0.3.6)
231214
mini_portile2 (2.8.9)
232215
minima (2.5.1)
233216
jekyll (>= 3.5, < 5.0)
234217
jekyll-feed (~> 0.9)
235218
jekyll-seo-tag (~> 2.1)
236219
minitest (5.24.1)
237-
multipart-post (2.1.1)
220+
net-http (0.9.1)
221+
uri (>= 0.11.1)
238222
nokogiri (1.18.9)
239223
mini_portile2 (~> 2.8.2)
240224
racc (~> 1.4)
241225
nokogiri (1.18.9-x64-mingw-ucrt)
242226
racc (~> 1.4)
243-
octokit (4.22.0)
244-
faraday (>= 0.9)
245-
sawyer (~> 0.8.0, >= 0.5.3)
227+
octokit (4.25.1)
228+
faraday (>= 1, < 3)
229+
sawyer (~> 0.9)
246230
pathutil (0.16.2)
247231
forwardable-extended (~> 2.6)
248232
public_suffix (3.1.1)
@@ -252,31 +236,30 @@ GEM
252236
ffi (~> 1.0)
253237
rexml (3.4.2)
254238
rouge (3.26.0)
255-
ruby2_keywords (0.0.5)
256239
rubyzip (2.3.2)
257240
safe_yaml (1.0.5)
258241
sass (3.7.4)
259242
sass-listen (~> 4.0.0)
260243
sass-listen (4.0.0)
261244
rb-fsevent (~> 0.9, >= 0.9.4)
262245
rb-inotify (~> 0.9, >= 0.9.7)
263-
sawyer (0.8.2)
246+
sawyer (0.9.3)
264247
addressable (>= 2.3.5)
265-
faraday (> 0.8, < 2.0)
248+
faraday (>= 0.17.3, < 3)
266249
terminal-table (1.8.0)
267250
unicode-display_width (~> 1.1, >= 1.1.1)
268251
typhoeus (1.4.0)
269252
ethon (>= 0.9.0)
270253
tzinfo (2.0.6)
271254
concurrent-ruby (~> 1.0)
272255
unicode-display_width (1.6.1)
256+
uri (1.1.1)
273257
webrick (1.8.2)
274258
zeitwerk (2.6.17)
275259

276260
PLATFORMS
277261
ruby
278262
x64-mingw-ucrt
279-
x64-mingw32
280263

281264
DEPENDENCIES
282265
github-pages

_data/publications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@
18441844
Several automated tools have been proposed to detect vulnerabilities. These tools are mainly evaluated in terms of their accuracy in detecting vulnerabilities, but the evaluation of their usability is commonly neglected. Usability of automated security tools is particularly crucial when dealing with problems of cryptographic protocols for which even small—apparently insignificant—changes in configuration can result in vulnerabilities that, if exploited, pave the way to attacks with dramatic consequences for the confidentiality and integrity of the exchanged messages. This becomes even more acute when considering such ubiquitous protocols as the one for Transport Layer Security (TLS for short). In this paper, we present the design and the lessons learned of a user study, meant to compare two different approaches when reporting misconfigurations. Results reveal that including contextualized actionable mitigations in security reports significantly impact the accuracy and the time needed to patch TLS vulnerabilities. We used these results to build an open-source tool called TLSAssistant, able to combine state-of-the-art analyzers with a report systems that generates actionable mitigations to assist the user. Finally, we report our experience in using TLSAssistant in two case studies conducted in a corporate environment.
18451845
destination: JOWUA
18461846
year: 2022
1847-
doi: 10.1145/3508398.3511505
1847+
doi: 10.22667/JOWUA.2022.03.31.056
18481848

18491849
- id: MDPI2022
18501850
id_iris: 335107
@@ -2387,7 +2387,7 @@
23872387
A system that offers the possibility of using and presenting credentials, requires the ability to check for their validity, avoiding the use of revoked or suspended credentials. This paper compares traditional and emerging credential status mechanisms to identify the most suitable solutions for the wallet ecosystem, taking in consideration privacy aspects and the set of available features.
23882388
destination: SECRYPT2025
23892389
year: 2025
2390-
doi:
2390+
doi: 10.5220/0013635500003979
23912391

23922392
- id: SSR2025_DCAPI
23932393
id_iris: 363967

0 commit comments

Comments
 (0)