Ronen

Results 30 comments of Ronen

I got the same problem in multiple projects and solutions: > Warning AD0001 Analyzer 'RoslynSecurityGuard.Analyzers.Taint.TaintAnalyzer' threw an exception of type 'System.Exception' with message 'Unhandle exception while visiting method ... :...

I don't mind debugging if you explain me how to run and debug the project together with the code that it's supposed to analyze.

Hi, please provide your usage of the library, ommiting private data. I am not sure what is getCatalogItem and what is includedData.

Hi, are you saying you found the problem that's causing the issue and fixed it? It's hard for me to understand and reproduce without you sending a sample code that...

I see it's commited by John Lagnese, maybe reach out for him, I can try to debug if you give me a code sample of your usage of the library.

I see here there is no standard when sending multiple values per key in the querystring: https://stackoverflow.com/questions/24059773/correct-way-to-pass-multiple-values-for-same-parameter-name-in-get-request If amazon requires the format for the signature to be one key and...

@krutipatel-8794 Yes, it's ok, I understand that your request.uri has a querystring key with multiple values and the code change made duplication of the key to each value which fails...

Are you saying we shouldn't let it get escaped?

Hi, can you please give a reference to this class and usage?

That's where it happens. I have the same problem in my app: ``` if (useNewApi) { val args = Bundle().apply { // Sort function putStringArray( ContentResolver.QUERY_ARG_SORT_COLUMNS, arrayOf(MediaStore.Files.FileColumns.DATE_MODIFIED) ) putInt( ContentResolver.QUERY_ARG_SORT_DIRECTION,...