supervision/test
Copilot fabbff2b60
Remove security noqa comments by fixing underlying issues (#2064)
* Fix security issues and remove noqa comments
- Replace MD5 hash_new with md5() and add usedforsecurity=False flag
- Add documentation explaining MD5 is for file integrity, not security
- Add timeout parameter to requests.get call
- Add explicit shell=False and check=False to subprocess.run
- Remove all security-related noqa comments
- Add per-file ignores for S311 in tests and S603 in examples

---------

Co-authored-by: jirka <jirka.borovec@seznam.cz>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Borda <6035284+Borda@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-01-12 15:25:41 +01:00
..
annotators fix(pre_commit): 🎨 auto format pre-commit hooks 2025-08-06 10:17:35 +00:00
classification refactor: 🧪 type hints to use the new union syntax for optional types 2025-07-15 16:36:01 +03:00
dataset refactor: 🧪 type hints to use the new union syntax for optional types 2025-07-15 16:36:01 +03:00
detection more Qwen2.5-VL tests 2025-11-15 22:51:22 +01:00
draw refactor: 🧪 type hints to use the new union syntax for optional types 2025-07-15 16:36:01 +03:00
geometry Merge remote-tracking branch 'origin/geometry-utils-update-polygon-center-getter' into geometry-utils-update-polygon-center-getter 2024-04-05 02:04:03 +10:00
key_points fix(pre_commit): 🎨 auto format pre-commit hooks 2025-07-28 06:29:08 +00:00
metrics fix(pre_commit): 🎨 auto format pre-commit hooks 2025-07-18 15:19:38 +00:00
tracker feat: 🚀 dropping python 3.8 support and upgrade all codes to python3.9 syntax style as min 2025-07-14 20:12:11 +03:00
utils chore(pre_commit): remove exclusion for trailing-whitespace hook (#2049) 2026-01-12 09:30:54 +01:00
__init__.py 🧪 rename test directory `tests -> test` 2023-01-18 19:45:19 +01:00
test_utils.py Remove security noqa comments by fixing underlying issues (#2064) 2026-01-12 15:25:41 +01:00