d67c361 Fix input validation

27 files Authored by Jana Cupova 2 years ago, Committed by tkopecek 2 years ago,
27 files changed. 84 lines added. 71 lines removed.
hub/kojihub.py
file modified
+7 -5
plugins/hub/runroot_hub.py
file modified
+3 -6
tests/test_hub/test_add_archivetype.py
file modified
+4 -4
tests/test_hub/test_add_external_repo_to_tag.py
file modified
+2 -2
tests/test_hub/test_build.py
file modified
+2 -1
tests/test_hub/test_build_image.py
file modified
+6 -3
tests/test_hub/test_build_image_oz.py
file modified
+6 -4
tests/test_hub/test_cg_importer.py
file modified
+2 -2
tests/test_hub/test_chain_build.py
file modified
+2 -1
tests/test_hub/test_chain_maven.py
file modified
+2 -1
tests/test_hub/test_disable_channel.py
file modified
+2 -1
tests/test_hub/test_dist_repo.py
file modified
+6 -3
tests/test_hub/test_download_task_output.py
file modified
+2 -1
tests/test_hub/test_edit_channel.py
file modified
+4 -3
tests/test_hub/test_edit_permission.py
file modified
+2 -2
tests/test_hub/test_edit_tag.py
file modified
+4 -2
tests/test_hub/test_enable_channel.py
file modified
+2 -1
tests/test_hub/test_get_archive_type.py
file modified
+2 -2
tests/test_hub/test_grant_permissions.py
file modified
+2 -2
tests/test_hub/test_import_build.py
file modified
+6 -3
tests/test_hub/test_maven_build.py
file modified
+2 -1
tests/test_hub/test_repo_delete.py
file modified
+2 -1
tests/test_hub/test_repo_init.py
file modified
+2 -1
tests/test_hub/test_repo_set_state.py
file modified
+2 -1
tests/test_hub/test_win_build.py
file modified
+4 -2
tests/test_hub/test_wrapper_rpm.py
file modified
+2 -1
tests/test_plugins/test_runroot_hub.py
file modified
+2 -15
    Fix input validation
    
    Fixes: https://pagure.io/koji/issue/3319
    
        
file modified
+7 -5
file modified
+3 -6
file modified
+2 -1