-
Updated
May 1, 2022 - Rust
analysis
Here are 5,082 public repositories matching this topic...
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Mar 24, 2022 - Java
-
Updated
Apr 6, 2022 - PHP
Expected Behavior
When I read a html report I can get the maximum context to fix the issues that detekt found. For example, links to the documentation of each rule that has at least one issue.
Current Behavior
If you want to know a bit more about one rule and what it does you need to copy the name of the rule, paste it on a web search engine add "detekt" and find that documentation th
-
Updated
Apr 17, 2022 - Python
-
Updated
May 1, 2022 - Python
-
Updated
Mar 23, 2022 - Ruby
-
Updated
Oct 23, 2020 - Java
-
Updated
Apr 25, 2022 - JavaScript
when browsing, i should be able to perf-check right from the browser and results should be siphoned back to the extension.
-
Updated
Apr 8, 2022 - C
-
Updated
May 18, 2020 - JavaScript
-
Updated
Apr 23, 2022 - Python
-
Updated
Apr 28, 2022
Uploading a foobar.txt file that has CSV content would still get uploaded and errored out on the backend side, even if the Client JS should error out already.
Request Method: POST
Status Code: 500
RITA does not store information on how long an import took or how much data was processed in an import.
This ticket is to implement, at a minimum, those metrics mentioned above into the RITA logging.
-
Updated
Apr 27, 2022 - Go
Description of Problem & Solution
Right now using templates in bash requires escaping the dollar signs. Investigate using a style similar to Python instead to help with this, e.g.:
scenedetect [...] split-video -f {VIDEO_NAME}-Scene-{SCENE_NUMBER}.mp4
Proposed Implementation:
Allow both dollar signed template $VARIABLES as well as braced {VARIABLES} to mean the same thing.
-
Updated
Jan 30, 2022 - Go
The CodeChecker cmd subcommand communicates with the server via Thrift, and on a Jenkins docker image, I have tried to use it to get run information from a local CodeChecker server. The output of the CodeChecker cmd runs command was just the help message. I have found out that using a proxy is not supported right now, and the issue was solved by disabling proxy via unsetting the environmental
-
Updated
Mar 14, 2022
Improve this page
Add a description, image, and links to the analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the analysis topic, visit your repo's landing page and select "manage topics."


#1750 shows a way to debloat an object by extracting its encoding / decoding logic into a serializer class.
In this case, the
knowledge_plugins.functions.Functionmoved itsserializeandparse_from_cmgmethods.There are several places along the
angrcodebase where this pattern could be applied:angr/knowledge_plugins/cfg/cfg_model.py