This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update Splunk dev dependencies * feat: update splunktaucclib * chore: remove metadata folder as it is generated by ucc-gen * ci: fix appinspect failures * chore: include more checks to .appinspect files * chore: downgrade ucc-gen to 5.15.1 * test: remove some tests for the logging page * chore: reverting ucc-gen version change * chore: adjust .appinspect expect file * chore: adjust .appinspect expect file * chore: adjust .appinspect expect file * test: run only sanity_test UI tests
- Loading branch information
Showing
9 changed files
with
651 additions
and
824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
check_that_extracted_splunk_app_does_not_contain_prohibited_directories_or_files: | ||
comment: 'ADDON-0' | ||
check_that_splunk_app_package_does_not_contain_files_outside_of_app: | ||
comment: 'ADDON-0' | ||
check_reload_trigger_for_all_custom_confs: | ||
comment: 'ADDON-0' | ||
check_for_binary_files_without_source_code: | ||
comment: 'ADDON-0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
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' | ||
check_for_file_and_directory_access: | ||
comment: 'Y' | ||
check_for_generic_operating_system_services: | ||
comment: 'Y' | ||
check_python_untrusted_xml_functions: | ||
comment: 'Y' | ||
check_for_data_compression_and_archiving: | ||
comment: 'Y' | ||
check_built_in_import_function: | ||
comment: 'Y' | ||
check_for_importing_modules: | ||
comment: 'Y' | ||
check_for_environment_variable_use_in_python: | ||
comment: 'Y' | ||
check_for_builtin_functions: | ||
comment: 'Y' | ||
check_for_executable_flag: | ||
comment: 'Y' | ||
check_for_interprocess_communication_and_networking: | ||
comment: 'Y' | ||
check_for_plain_text_credentials_in_python: | ||
comment: 'Y' | ||
check_for_offensive_material: | ||
comment: 'Y' | ||
check_for_binary_files_without_source_code: | ||
comment: 'Y' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
Copyright (C) 2020 Splunk Inc. All Rights Reserved. | ||
|
||
# Binary File Declaration | ||
|
||
File: lib/charset_normalizer/md__mypyc.cpython-37m-x86_64-linux-gnu.so | ||
File: lib/charset_normalizer/md.cpython-37m-x86_64-linux-gnu.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.