Add safe_html() for XSS-safe WYSIWYG HTML sanitization
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
22
vendor/composer/autoload_classmap.php
vendored
22
vendor/composer/autoload_classmap.php
vendored
@@ -75,6 +75,7 @@ return array(
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Convention\\LayoutLocation_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Convention/LayoutLocation_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Convention\\OneBundlePerModule_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Convention/OneBundlePerModule_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\AjaxReturnValue_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/AjaxReturnValue_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DecoratorIdentifierParam_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/DecoratorIdentifierParam_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DecoratorUsage_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/DecoratorUsage_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DefensiveCoding_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/DefensiveCoding_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\DirectAjaxApi_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/DirectAjaxApi_CodeQualityRule.php',
|
||||
@@ -87,7 +88,9 @@ return array(
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryUsage_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/JQueryUsage_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryVariableNaming_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/JQueryVariableNaming_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JQueryVisibilityCheck_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/JQueryVisibilityCheck_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlCatchFallback_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlCatchFallback_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlComponentImplementation_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlComponentImplementation_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlCustomEvent_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlCustomEvent_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlDataInCreate_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlDataInCreate_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlOnLoadData_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlOnLoadData_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\JqhtmlOnLoadDom_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/JqhtmlOnLoadDom_CodeQualityRule.php',
|
||||
@@ -103,22 +106,25 @@ return array(
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\TypeofCheck_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/TypeofCheck_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\VarUsage_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/VarUsage_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\JavaScript\\WindowAssignment_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/JavaScript/WindowAssignment_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlComponentNaming_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlComponentNaming_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlClassNaming_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlClassNaming_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlEventPreventDefault_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlEventPreventDefault_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlHtmlComment_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlHtmlComment_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlInlineScript_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlInlineScript_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Jqhtml\\JqhtmlRedundantClass_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Jqhtml/JqhtmlRedundantClass_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\FilenameClassMatch_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Manifest/FilenameClassMatch_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\InstanceMethods_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Manifest/InstanceMethods_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\Monoprogenic_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Manifest/Monoprogenic_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\RsxControllerInheritance_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Manifest/RsxControllerInheritance_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\ScssClassScope_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Manifest/ScssClassScope_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Manifest\\SpaAttributeMisuse_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Manifest/SpaAttributeMisuse_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Meta\\Code_Quality_Meta_Inheritance_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Meta/Code_Quality_Meta_Inheritance_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelAjaxFetchAttribute_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelAjaxFetchAttribute_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelBannedRelations_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelBannedRelations_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelCarbonCasts_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelCarbonCasts_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelColumnMethodConflict_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelColumnMethodConflict_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelEnumColumns_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelEnumColumns_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelEnums_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelEnums_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelExtends_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelExtends_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelFetchDateFormatting_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelFetchDateFormatting_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelFetchMethod_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelFetchMethod_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelRelations_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelRelations_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\Models\\ModelTable_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/Models/ModelTable_CodeQualityRule.php',
|
||||
@@ -128,6 +134,7 @@ return array(
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\DbTableUsage_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/DbTableUsage_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\EndpointAuthCheck_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/EndpointAuthCheck_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ExecUsage_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/ExecUsage_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\FieldAliasing_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/FieldAliasing_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\FunctionExists_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/FunctionExists_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\GenericSuffix_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/GenericSuffix_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\HardcodedUrlInRedirect_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/HardcodedUrlInRedirect_CodeQualityRule.php',
|
||||
@@ -135,6 +142,7 @@ return array(
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\LaravelSession_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/LaravelSession_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\MassAssignment_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/MassAssignment_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ModelFetchAuthCheck_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/ModelFetchAuthCheck_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\ModelFqcnReference_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/ModelFqcnReference_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\NamingConvention_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/NamingConvention_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\NoImplements_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/NoImplements_CodeQualityRule.php',
|
||||
'App\\RSpade\\CodeQuality\\Rules\\PHP\\PhpFallbackLegacy_CodeQualityRule' => $baseDir . '/app/RSpade/CodeQuality/Rules/PHP/PhpFallbackLegacy_CodeQualityRule.php',
|
||||
@@ -185,6 +193,7 @@ return array(
|
||||
'App\\RSpade\\Commands\\Migrate\\Migrate_Rollback_Command' => $baseDir . '/app/RSpade/Commands/Migrate/Migrate_Rollback_Command.php',
|
||||
'App\\RSpade\\Commands\\Migrate\\Migrate_Status_Command' => $baseDir . '/app/RSpade/Commands/Migrate/Migrate_Status_Command.php',
|
||||
'App\\RSpade\\Commands\\Migrate\\Pending_Command' => $baseDir . '/app/RSpade/Commands/Migrate/Pending_Command.php',
|
||||
'App\\RSpade\\Commands\\Migrate\\PrivilegedCommandTrait' => $baseDir . '/app/RSpade/Commands/Migrate/PrivilegedCommandTrait.php',
|
||||
'App\\RSpade\\Commands\\Refactor\\Php\\ClassReferenceScanner' => $baseDir . '/app/RSpade/Commands/Refactor/Php/ClassReferenceScanner.php',
|
||||
'App\\RSpade\\Commands\\Refactor\\Php\\FileUpdater' => $baseDir . '/app/RSpade/Commands/Refactor/Php/FileUpdater.php',
|
||||
'App\\RSpade\\Commands\\Refactor\\Php\\MethodReferenceScanner' => $baseDir . '/app/RSpade/Commands/Refactor/Php/MethodReferenceScanner.php',
|
||||
@@ -339,6 +348,7 @@ return array(
|
||||
'App\\RSpade\\Core\\PHP\\Php_Fixer' => $baseDir . '/app/RSpade/Core/PHP/Php_Fixer.php',
|
||||
'App\\RSpade\\Core\\PHP\\Php_Parser' => $baseDir . '/app/RSpade/Core/PHP/Php_Parser.php',
|
||||
'App\\RSpade\\Core\\Permission\\Permission_Abstract' => $baseDir . '/app/RSpade/Core/Permission/Permission_Abstract.php',
|
||||
'App\\RSpade\\Core\\Polymorphic_Field_Helper' => $baseDir . '/app/RSpade/Core/Polymorphic_Field_Helper.php',
|
||||
'App\\RSpade\\Core\\Providers\\Rsx_Bundle_Provider' => $baseDir . '/app/RSpade/Core/Providers/Rsx_Bundle_Provider.php',
|
||||
'App\\RSpade\\Core\\Providers\\Rsx_Dispatch_Bootstrapper_Handler' => $baseDir . '/app/RSpade/Core/Providers/Rsx_Dispatch_Bootstrapper_Handler.php',
|
||||
'App\\RSpade\\Core\\Providers\\Rsx_Framework_Provider' => $baseDir . '/app/RSpade/Core/Providers/Rsx_Framework_Provider.php',
|
||||
@@ -350,10 +360,14 @@ return array(
|
||||
'App\\RSpade\\Core\\Rsx' => $baseDir . '/app/RSpade/Core/Rsx.php',
|
||||
'App\\RSpade\\Core\\RsxReflection' => $baseDir . '/app/RSpade/Core/RsxReflection.php',
|
||||
'App\\RSpade\\Core\\SPA\\Spa_ManifestSupport' => $baseDir . '/app/RSpade/Core/SPA/Spa_ManifestSupport.php',
|
||||
'App\\RSpade\\Core\\SPA\\Spa_Session_Controller' => $baseDir . '/app/RSpade/Core/SPA/Spa_Session_Controller.php',
|
||||
'App\\RSpade\\Core\\Schedule_Field_Helper' => $baseDir . '/app/RSpade/Core/Schedule_Field_Helper.php',
|
||||
'App\\RSpade\\Core\\Search\\Search_Index_Model' => $baseDir . '/app/RSpade/Core/Search/Search_Index_Model.php',
|
||||
'App\\RSpade\\Core\\Service\\Rsx_Service_Abstract' => $baseDir . '/app/RSpade/Core/Service/Rsx_Service_Abstract.php',
|
||||
'App\\RSpade\\Core\\Session\\Login_History' => $baseDir . '/app/RSpade/Core/Session/Login_History.php',
|
||||
'App\\RSpade\\Core\\Session\\Session' => $baseDir . '/app/RSpade/Core/Session/Session.php',
|
||||
'App\\RSpade\\Core\\Session\\Session_Cleanup_Service' => $baseDir . '/app/RSpade/Core/Session/Session_Cleanup_Service.php',
|
||||
'App\\RSpade\\Core\\Session\\User_Agent' => $baseDir . '/app/RSpade/Core/Session/User_Agent.php',
|
||||
'App\\RSpade\\Core\\Storage\\Rsx_Storage_Helper' => $baseDir . '/app/RSpade/Core/Storage/Rsx_Storage_Helper.php',
|
||||
'App\\RSpade\\Core\\Task\\Cleanup_Service' => $baseDir . '/app/RSpade/Core/Task/Cleanup_Service.php',
|
||||
'App\\RSpade\\Core\\Task\\Cron_Parser' => $baseDir . '/app/RSpade/Core/Task/Cron_Parser.php',
|
||||
@@ -363,6 +377,10 @@ return array(
|
||||
'App\\RSpade\\Core\\Task\\Task_Status' => $baseDir . '/app/RSpade/Core/Task/Task_Status.php',
|
||||
'App\\RSpade\\Core\\Testing\\Rsx_Formdata_Generator_Controller' => $baseDir . '/app/RSpade/Core/Testing/Rsx_Formdata_Generator_Controller.php',
|
||||
'App\\RSpade\\Core\\Testing\\Rsx_Test_Abstract' => $baseDir . '/app/RSpade/Core/Testing/Rsx_Test_Abstract.php',
|
||||
'App\\RSpade\\Core\\Time\\Rsx_Date' => $baseDir . '/app/RSpade/Core/Time/Rsx_Date.php',
|
||||
'App\\RSpade\\Core\\Time\\Rsx_DateTime_Cast' => $baseDir . '/app/RSpade/Core/Time/Rsx_DateTime_Cast.php',
|
||||
'App\\RSpade\\Core\\Time\\Rsx_Date_Cast' => $baseDir . '/app/RSpade/Core/Time/Rsx_Date_Cast.php',
|
||||
'App\\RSpade\\Core\\Time\\Rsx_Time' => $baseDir . '/app/RSpade/Core/Time/Rsx_Time.php',
|
||||
'App\\RSpade\\Core\\Validation\\LayoutChainValidator' => $baseDir . '/app/RSpade/Core/Validation/LayoutChainValidator.php',
|
||||
'App\\RSpade\\Core\\Validation\\ViewValidator' => $baseDir . '/app/RSpade/Core/Validation/ViewValidator.php',
|
||||
'App\\RSpade\\Core\\View\\PageData' => $baseDir . '/app/RSpade/Core/View/PageData.php',
|
||||
|
||||
Reference in New Issue
Block a user