naskovai

Results 5 issues of naskovai

As part of some research about the [common crypto mistakes that developers make](https://littlemaninmyhead.wordpress.com/2017/04/22/top-10-developer-crypto-mistakes/), I noticed that your application has one of them. In [TripleDES](https://github.com/cymcsg/UltimateAndroid/blob/678afdda49d1e7c91a36830946a85e0fda541971/UltimateAndroid/ultimateandroid/src/main/java/com/marshalchen/ua/common/commonUtils/urlUtils/TripleDES.java) you're initializing Cipher instances with a...

We are analyzing open source repositories for security vulnerabilities caused by various usage patterns of the Java Cryptography Architecture, and it seems that OkHttpManager has one. It supports Android [versions...

Since pMixins generates mixin files always on save the build process becomes incredibly slow. It looks like the main thread of devenv is being used for the code generation because...

enhancement
high-priority

An example scenario is when you want to have different access modifiers of a property depending on a predefined compilation symbol. ``` #if GenerateXmlSerializers public string ProxyAmount #else internal string...

enhancement

Here is the themes section of the rjsf docs: https://rjsf-team.github.io/react-jsonschema-form/docs/usage/themes Similarly to other themes, can we have this work as well? It will make the adoption of your nice lib...