ApplicationInspector icon indicating copy to clipboard operation
ApplicationInspector copied to clipboard

A source code analyzer built for surfacing features of interest and other characteristics to answer the question 'What's in the code?' quickly using static analysis with a json based rules engine. Ide...

Results 29 ApplicationInspector issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.3 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

Ensure that the within clause properly handles conditions based on structured paths as introduced in #491

enhancement

As a follow up from #420 it would be nice to also support YAMLPath. I haven't found a C# library that has the functionality we need yet but YamlDotNet has...

enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Download the OWASP Benchmark by `git clone https://github.com/OWASP-Benchmark/BenchmarkJava`. 2....

bug

**Is your feature request related to a problem? Please describe.** See #480 for an example of a regression in parameter parsing. **Describe the solution you'd like** 1.5 had a large...

enhancement

**Is your feature request related to a problem? Please describe.** 1.5 has added some features that are not yet documented. **Describe the solution you'd like** Documentation should be updated.

documentation

Many of the default rules are too broad. This results in long run times and inaccurate results. The rules need to be audited for precision and narrowed down where appropriate.

rule

With #472 we add the ability to include tests directly in Rule object JSON. These tests consist of an array of strings which must/must not match the rule. A user...

enhancement
feedback wanted