ComfyUI/tests-unit/security_test
Matt Miller 5611d1c9b6 security: address CodeRabbit review feedback on GHSA-779p tests
- test #3: guard the symlink-escape test with a try/except skip so it no
  longer errors on Windows CI where os.symlink needs elevated privileges /
  Developer Mode (mirrors the guard in the sibling test #2).
- test #5: refresh the stale module docstring to describe the actual /view
  gating (view_image closure calling folder_paths.is_dangerous_content_type,
  the normalising check) instead of the bypassable raw set-membership test.
2026-07-02 20:13:36 -07:00
..
__init__.py security: fix five vulnerabilities (GHSA-779p-m5rp-r4h4) 2026-07-02 19:10:30 -07:00
test_ghsa_779p_01_origin_csrf.py security: fix five vulnerabilities (GHSA-779p-m5rp-r4h4) 2026-07-02 19:10:30 -07:00
test_ghsa_779p_02_preview_traversal.py security: fix five vulnerabilities (GHSA-779p-m5rp-r4h4) 2026-07-02 19:10:30 -07:00
test_ghsa_779p_03_annotated_traversal.py security: address CodeRabbit review feedback on GHSA-779p tests 2026-07-02 20:13:36 -07:00
test_ghsa_779p_04_userdata_xss.py security: fix five vulnerabilities (GHSA-779p-m5rp-r4h4) 2026-07-02 19:10:30 -07:00
test_ghsa_779p_05_dangerous_content_types.py security: address CodeRabbit review feedback on GHSA-779p tests 2026-07-02 20:13:36 -07:00