Rename directories to include language. Also update files

This commit is contained in:
Michael Hohn
2025-07-30 15:14:02 -07:00
committed by =Michael Hohn
parent fe1baf7dc1
commit 102c18cce5
40 changed files with 43 additions and 27 deletions

View File

@@ -116,7 +116,7 @@
#
# Is the read() function from the line
rg read ~/codeql-lab/codeql-dataflow-sql-injection/add-user.c
rg read ~/codeql-lab/codeql-dataflow-sql-injection-c/add-user.c
# 52: count = read(STDIN_FILENO, buf, BUFSIZE - 1);
# present?