mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +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:
@@ -89,7 +89,8 @@ func main() {
|
||||
HttpRequestModel requestModel,
|
||||
) {
|
||||
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";
|
||||
var hasBody = false;
|
||||
|
||||
String url = requestModel.url;
|
||||
|
||||
Reference in New Issue
Block a user