-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into prash-checks
- Loading branch information
Showing
2 changed files
with
55 additions
and
0 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
52 changes: 52 additions & 0 deletions
52
...67c41b9abc10ce0f62c3b24bcbaa/update/scan_table_check_01342bc1c3ed12103acc7275e40131eb.xml
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,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><record_update table="scan_table_check"> | ||
<scan_table_check action="INSERT_OR_UPDATE"> | ||
<active>true</active> | ||
<advanced>true</advanced> | ||
<category>performance</category> | ||
<conditions/> | ||
<description>Business Rules Inactive Status , Shouldnt be Visible</description> | ||
<documentation_url/> | ||
<finding_type>scan_finding</finding_type> | ||
<name>Business_Rule_Active_Status</name> | ||
<priority>3</priority> | ||
<resolution_details/> | ||
<run_condition/> | ||
<score_max>100</score_max> | ||
<score_min>0</score_min> | ||
<score_scale>1</score_scale> | ||
<script><![CDATA[(function (engine) { | ||
if (!current.active) { | ||
gs.addErrorMessage('Inactive Business Rule: ' + current.name); | ||
} | ||
})(engine);]]></script> | ||
<short_description>Check the Active Status of Business Rules</short_description> | ||
<sys_class_name>scan_table_check</sys_class_name> | ||
<sys_created_by>admin</sys_created_by> | ||
<sys_created_on>2024-10-28 09:25:41</sys_created_on> | ||
<sys_id>01342bc1c3ed12103acc7275e40131eb</sys_id> | ||
<sys_mod_count>0</sys_mod_count> | ||
<sys_name>Business_Rule_Active_Status</sys_name> | ||
<sys_package display_value="Example Instance Checks" source="x_appe_exa_checks">ca8467c41b9abc10ce0f62c3b24bcbaa</sys_package> | ||
<sys_policy/> | ||
<sys_scope display_value="Example Instance Checks">ca8467c41b9abc10ce0f62c3b24bcbaa</sys_scope> | ||
<sys_update_name>scan_table_check_01342bc1c3ed12103acc7275e40131eb</sys_update_name> | ||
<sys_updated_by>admin</sys_updated_by> | ||
<sys_updated_on>2024-10-28 09:25:41</sys_updated_on> | ||
<table>sys_script</table> | ||
<use_manifest>false</use_manifest> | ||
</scan_table_check> | ||
<sys_translated_text action="delete_multiple" query="documentkey=01342bc1c3ed12103acc7275e40131eb"/> | ||
<sys_es_latest_script action="INSERT_OR_UPDATE"> | ||
<id>01342bc1c3ed12103acc7275e40131eb</id> | ||
<sys_created_by>admin</sys_created_by> | ||
<sys_created_on>2024-10-28 09:25:40</sys_created_on> | ||
<sys_id>39946781c3ed12103acc7275e4013112</sys_id> | ||
<sys_mod_count>0</sys_mod_count> | ||
<sys_updated_by>admin</sys_updated_by> | ||
<sys_updated_on>2024-10-28 09:25:40</sys_updated_on> | ||
<table>scan_table_check</table> | ||
<use_es_latest>true</use_es_latest> | ||
</sys_es_latest_script> | ||
</record_update> |