Kiran Kumar S
Kiran Kumar S
very useful library. i got a crash when one of the strings in a plist had empty string. to fix it had to change parseBinaryString to following: ``` inline std::string...
i guess its happening because of huge stack in "CognitoSyncLocalStorage.prototype.putRecords". adding a "setTimeout(request, 0)" instead of "request()" inside the inner "request" method seems to fix it and does not crash...
[73](https://cwe.mitre.org/data/definitions/73.html) External Control of File Name or Path rolling_file.rb line 183. i dont see any issue in that line. can this be ignored or is there a real flaw in...
## Description We can only use the legacy origin_access_identity like below: ``` origin = { default = { domain_name = module.web_app.s3_bucket_bucket_regional_domain_name s3_origin_config = { origin_access_identity = "web_app" } } }...