Skip to content

Commit 2ee4abc

Browse files
committed
Merge branch 'master' of github.com:secure-systems-lab/ssl-site
2 parents 087053f + 072b1d5 commit 2ee4abc

File tree

5 files changed

+22
-10
lines changed

5 files changed

+22
-10
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
- name: Setup Ruby
3535
uses: ruby/setup-ruby@v1
3636
with:

.github/workflows/test_yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test-yaml:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- name: Set up Python
1515
uses: actions/setup-python@v6
1616
- name: Install dependencies

_data/data.yml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -441,18 +441,29 @@ people:
441441
photo: "img/people/aaditya_rengarajan.png"
442442
interests: "Cybersecurity, Network Security, Cyber Threat Intelligence, Dark Web Monitoring, Privacy-Preserving Machine Learning, AI in Cybersecurity, Offensive Security, Malware Classification, Cloud Storage Security, Incident Response, Dynamic Policy Adjustment"
443443
publications:
444-
- name: "Enhancing the Resilience of Privacy-Preserving Machine Learning using Adversarial Techniques"
444+
- name: "ICDSCNC 2024"
445445
link: "https://doi.org/10.1109/ICDSCNC62492.2024.10939481"
446-
- name: "FLARE: Federated Learning And Resilient Encryption for Firewalls"
446+
- name: "PuneCon 2024"
447447
link: "https://doi.org/10.1109/PuneCon63413.2024.10895282"
448-
- name: "SHADOW: A framework for Systematic Heuristic Analysis and Detection of Observations on the Web"
448+
- name: "ICAMAC 2024"
449449
link: "https://doi.org/10.1109/ICAMAC62387.2024.10828750"
450-
- name: "Enhancing Cybersecurity Resilience with CYBRANA: A Cyber YARA/YAML-Based Resilience Firewall Solution Applied with Next-Gen AI"
450+
- name: "CVMI 2024"
451451
link: "https://doi.org/10.1109/CVMI61877.2024.10782249"
452-
- name: "Leveraging detection of Data Breaches by applying Snowball Sampling"
452+
- name: "ICHPIC 2023"
453453
link: "https://psgcare.org/wp-content/uploads/2023/06/ICHPIC-Souvenir-with-ISBN.pdf#page=63"
454-
455-
454+
455+
- &naman_badlani
456+
name: "Naman Badlani"
457+
anchor: naman_badlani
458+
internal: true
459+
role: "Master's student"
460+
since: 2025
461+
photo: "img/people/naman_badlani.jpg"
462+
interests: "Cybersecurity, Vulnerability Assessment, Penetration Testing, Kernel Security, Privilege Escalation, LLM Security, Deepfake Audio Classification, Machine Learning, Computer Networks"
463+
publications:
464+
- name: "ICCES 2024"
465+
link: "https://ieeexplore.ieee.org/document/10859322"
466+
456467
- &ashish_das
457468
name: "Ashish Das"
458469
anchor: ashish_das
@@ -802,6 +813,7 @@ people:
802813
- *aman_ns
803814
- *sanchit_sahay
804815
- *aaditya_rengarajan
816+
- *naman_badlani
805817

806818
- type: "Visiting Scholars"
807819
anchor: visitingscholars

img/people/naman_badlani.jpg

2.39 MB
Loading

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
colorama==0.4.6
22
PyYAML==6.0.3
3-
yamale==6.0.0
3+
yamale==6.1.0

0 commit comments

Comments
 (0)