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:
copilot-swe-agent[bot]
2025-10-11 19:17:26 +00:00
parent d3cb28025f
commit 5f67d00b0e
5 changed files with 111 additions and 7 deletions

View File

@@ -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;