Skip to content

Commit 5b35a14

Browse files
authored
Update update-readme.py
Signed-off-by: Hamed Salimian <[email protected]>
1 parent 57f86e7 commit 5b35a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/update-readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def update_vulnerable_status(template_status, vuln_dir):
2525
if vuln_file.startswith("ASVS_"):
2626
base_name = vuln_file.replace("ASVS_", "").replace("_", ".")
2727
if base_name in template_status:
28-
template_status[base_name] = "✔️" # Update to ✔️ if found
28+
template_status[base_name] = f'<a href="https://snbig.github.io/Vulnerable-Pages/{vuln_file}">✔️</a>' # Update to ✔️ if found
2929

3030
# Function to update README.md with a table (4 columns: Template Name, Vulnerable Page, Template Name, Vulnerable Page)
3131
def update_readme(template_status, root_dir):

0 commit comments

Comments
 (0)