Files
codeql/python
copilot-swe-agent[bot] 6d03548d9d Improve clarity of subprocess tar extraction detection patterns
Replace regexpMatch for command name with explicit equality check:
- cmd = \"tar\" or cmd.matches(\"%/tar\") - clearly matches only exact \"tar\" or paths ending with \"/tar\"
Keep flag check as regexpMatch since it naturally excludes double-dash flags

Agent-Logs-Url: https://github.com/github/codeql/sessions/f31a3622-9b18-415f-85f1-62ec14a8319f

Co-authored-by: hvitved <3667920+hvitved@users.noreply.github.com>
2026-04-16 08:42:03 +00:00
..
2022-10-13 11:21:09 -04:00
2025-02-20 19:31:00 +00:00