Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
feat: update all the deps (#480)
Browse files Browse the repository at this point in the history
* 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
artemrys authored Mar 6, 2023
1 parent 9a64e6c commit dcbe249
Show file tree
Hide file tree
Showing 9 changed files with 651 additions and 824 deletions.
8 changes: 8 additions & 0 deletions .appinspect.expect.yaml
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'
60 changes: 60 additions & 0 deletions .appinspect.manualcheck.yaml
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'
5 changes: 5 additions & 0 deletions package/README.txt
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
3 changes: 3 additions & 0 deletions package/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ id = Splunk_TA_UCCExample
[id]
name = Splunk_TA_UCCExample
version = 0.1.0

[triggers]
reload.splunk_ta_uccexample_settings = simple
4 changes: 0 additions & 4 deletions package/metadata/default.meta

This file was deleted.

Loading

0 comments on commit dcbe249

Please sign in to comment.