mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 19:39:25 +08:00
Integrate secure storage with Hive and add security notices to code generators
Co-authored-by: animator <615622+animator@users.noreply.github.com>
This commit is contained in:
@@ -82,7 +82,8 @@ print('Response Body:', response.text)
|
||||
String? boundary,
|
||||
}) {
|
||||
try {
|
||||
String result = "";
|
||||
String result = "# SECURITY NOTICE: Please validate all inputs and URLs before use in production\n";
|
||||
result += "# This code is generated for testing purposes\n\n";
|
||||
bool hasQuery = false;
|
||||
bool hasHeaders = false;
|
||||
bool hasBody = false;
|
||||
|
||||
Reference in New Issue
Block a user