From 94fc762793858a7023cd13275d2a39daa1d7c299 Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Wed, 1 Mar 2023 18:26:30 +0100 Subject: [PATCH] ci: fix appinspect failures --- .appinspect.expect.yaml | 4 ++++ .appinspect.manualcheck.yaml | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/.appinspect.expect.yaml b/.appinspect.expect.yaml index e69de29b..39837449 100644 --- a/.appinspect.expect.yaml +++ b/.appinspect.expect.yaml @@ -0,0 +1,4 @@ +check_that_extracted_splunk_app_does_not_contain_prohibited_directories_or_files: + comment: 'Y' +check_that_splunk_app_package_does_not_contain_files_outside_of_app: + comment: 'Y' diff --git a/.appinspect.manualcheck.yaml b/.appinspect.manualcheck.yaml index e69de29b..71505b72 100644 --- a/.appinspect.manualcheck.yaml +++ b/.appinspect.manualcheck.yaml @@ -0,0 +1,34 @@ +check_for_remote_code_execution_in_javascript: + comment: 'Y' +check_external_data_sources: + comment: 'Y' +check_splunk_logo: + comment: 'Y' +check_hard_coded_paths: + comment: 'Y' +check_editing_and_proofreading: + comment: 'Y' +check_install_on_claimed_targets: + comment: 'Y' +check_link_includes_contact_info: + comment: 'Y' +check_for_auto_update_features: + comment: 'Y' +check_for_known_vulnerabilities_in_third_party_libraries: + comment: 'Y' +check_for_reverse_shells: + comment: 'Y' +check_authorization_credentials: + comment: 'Y' +check_embedded_links: + comment: 'Y' +check_fs_writes: + comment: 'Y' +check_for_stacktrace_returned_to_user: + comment: 'Y' +check_dependencies: + comment: 'Y' +check_documented_included_open_source: + comment: 'Y' +check_requires_access_to_files_outside_apps_dir: + comment: 'Y'