Skip to content
#

analysis

Here are 5,312 public repositories matching this topic...

Pamplemousse
Pamplemousse commented Nov 7, 2019

#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.Function moved its serialize and parse_from_cmg methods.

There are several places along the angr codebase where this pattern could be applied:

  • angr/knowledge_plugins/cfg/cfg_model.py
  • `angr/knowledge_plugins/cfg/cfg
refactor good first issue
TWiStErRob
TWiStErRob commented Apr 23, 2022

Expected Behavior of the rule

UnnecessaryAbstractClass should have a concise description like other rules

Context

I just updated Detekt 1.19.0 to 1.20.0 and got this failure:
https://github.com/TWiStErRob/net.twisterrob.cinema/security/code-scanning/227

The message is just plain weird to be this long:
![image](https://user-images.githubusercontent.com/2906988/164910306-4b4478c4-0

help wanted rules good first issue
timesketch
PySceneDetect
Breakthrough
Breakthrough commented Jul 7, 2022

As identified in #151, there is no example in the API documentation for how to use a callback, e.g. for processing a live video stream. An example should clearly document and demonstrate this use case, e.g.:

from scenedetect import VideoStreamCv2, SceneManager, ContentDetector
scene_manager = SceneManager()
cam = VideoStreamCv2(0)
scene_manager.add_detector(ContentDetector())
sc
improvement status: accepted good first issue
gamesh411
gamesh411 commented May 27, 2020

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

Improve this page

Add a description, image, and links to the analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the analysis topic, visit your repo's landing page and select "manage topics."

Learn more