super icon indicating copy to clipboard operation
super copied to clipboard

Secure, Unified, Powerful and Extensible Rust Android Analyzer

Results 32 super issues
Sort by recently updated
recently updated
newest added

Currently certificate analysis is only done by an OpenSSL dependency and the certificate is not correctly analyzed. We should probably do our own native analysis and get some output in...

Enhancement
Help wanted
D-Moderate
T-Core
T-Results

We need to improve results template so that it doesn't look, well, like it does.

Enhancement
D-Easy
T-Results

As you can see [here][file_coverage], in both `static_analysis` and `results` modules we have some files missing. In the first, we are missing the `mod.rs` file and the `certificate.rs` file, I...

Enhancement
D-Easy
D-Moderate
T-Tests

Running cargo-deb will show the following error when trying to strip shell completions. This is the error being shown: ``` strip:/home/razican/workspace/super/super/target/release/super.bash: File format not recognized cargo-deb: Command strip failed to...

Bug
T-Packaging

If something goes wrong, the tool should automatically report the bug. It doesn't have to be in GitHub, and it can be in our own webpage. This also makes a...

Enhancement
D-Moderate
T-Core

We should test the validity of that code, and add rules back if they really are working correctly.

D-Easy
T-Rules

We are currently getting too many false positives with the password rule. We must find a way to reduce that.

Bug
D-Moderate
T-Rules

We should run nightly, or at least weekly builds against Rust nightly. We can use Travis-CI [cronjobs][cronjobs] and only build for nightly by checking the `TRAVIS_EVENT_TYPE` environment variable in the...

Enhancement
D-Easy
T-Tests

Seems that InnoSetup is included by default in AppVeyor to create the Windows installer. We should use it and automatically add it to our release. Some links: - https://www.appveyor.com/docs/build-environment/ -...

Enhancement
Help wanted
D-Moderate
T-Packaging

It seems that non-valid UTF-8 files prevent the creation of the `src/index.html` file (and probably other files as well). This is the error output for the LinkedIn apk: ``` WARN:...

Bug
D-Easy
D-Moderate
T-Results