SA-cim_vladiator icon indicating copy to clipboard operation
SA-cim_vladiator copied to clipboard

XML version issue

Open ankitkiraula opened this issue 3 years ago • 4 comments

I am able to install this successfully in on-prem, but when installing in Splunk cloud im able to see multiple errors attached below. image image

Failures will block the Cloud Vetting. They must be fixed. check_that_extracted_splunk_app_does_not_contain_prohibited_directories_or_files

A prohibited file or directory was found in the extracted Splunk App: .gitignore

check_that_splunk_app_package_does_not_contain_files_outside_of_app

A file or folder was found outside of the app within the overall package. OR the file or folder does not have expected permission. Please remove this file or folder OR modify the permission : SA-cim_vladiator-1.8.0

check_simplexml_standards_version

Change the version attribute in the root node of your Simple XML dashboard default/data/ui/views/cim_dictionary.xml to `<version=1.1>`. Earlier dashboard versions introduce security vulnerabilities into your apps and are not permitted in Splunk Cloud File: default/data/ui/views/cim_dictionary.xml

Change the version attribute in the root node of your Simple XML dashboard default/data/ui/views/cim_validator.xml to `<version=1.1>`. Earlier dashboard versions introduce security vulnerabilities into your apps and are not permitted in Splunk Cloud File: default/data/ui/views/cim_validator.xml

ankitkiraula avatar Jan 27 '22 05:01 ankitkiraula

just an FYI i am on :- Splunk Cloud Version: 8.2.2112 (Victoria)

ankitkiraula avatar Jan 27 '22 05:01 ankitkiraula

Adding <form version="1.1"> to "cim_dictionary" and "cim_validator" files fixed the issue for me.

varmanagasri avatar Feb 27 '22 12:02 varmanagasri

yes that's the fix, hopefully someone will update it here.

socinabox avatar Apr 07 '22 19:04 socinabox

I also had to do these 2 lines fix to be able to deploy in SplunkCloud via private app

araman-m avatar May 23 '22 07:05 araman-m