Title:
ColdFusion internal _function() should be encapsulated in a better way so that it should not be discovered
| View in TrackerStatus/Resolution/Reason: To Fix//EnhancementRequired
Reporter/Name(from Bugbase): / ()
Created: 05/15/2019
Components: Language, Functions
Versions: 2018
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: cf_latest /
Priority/Frequency: Normal / Most users will encounter
Locale/System: /
Vote Count: 0
Problem:
ColdFusion internal _function() should be encapsulated in a better way so that it should not be discovered.
Reference bug logged by customer:
https://jira.corp.adobe.com/browse/CF-4204153
Method:
Example 1 for _insert():
<cfscript>
_insert("hello");
</cfscript>
Parameter validation error for the _INSERT function.
Result:
Expected:
We should better handled all these internal method so that it should not be discovered by end user.
Workaround:
Note:
Attachments:
Comments: