-
### Analyzer
**Diagnostic ID**: [RS0016](https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
### Analyzer source
**NuGet Package**: [Micros…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the commu…
-
### Checklist
- [X] I've searched for similar issues and couldn't find anything matching
- [X] I've included steps to reproduce the behavior
### Affected Components
- [X] K8sGPT (CLI)
- [ ]…
-
**Describe the bug**
When updated from version 1.4.1 to 1.4.3 the pipeline errored out in failure to delete existing Service Linked Roles.
```
2023-08-14 10:38:42.275 | error | toolkit | Stack De…
-
In #1174 I made `pthread_join` invalidate its second argument with `w` instead of the default `r_deep; w_deep; s_deep`. Surprisingly, this caused test failures due to additional unknown pointer access…
-
Problem -
```cpp
#include
int main() {
int size = 3;
int* ptr = nullptr;
{
int arr[size];
arr[0]=33;
arr[1]=444;
arr[2]=32;
ptr = arr;
}
for(int i=0; i
-
If you try to enable the AWS service access for `access-analyzer.amazonaws.com`, the following error happens in `Community::Organizations::EnableAWSServiceAccess` resource type v0.1.0:
> Properties…
-
I am running ghidra in a docker container to use the headless analyzer in a pipeline. I have an extension for google zynamics binexport and a custom script that will export the analyzed file as a .Bin…
-
ArchiveAnalyzer checks whether a file is "accepted" before extracting it:
https://github.com/jeremylong/DependencyCheck/blob/2893c211442164b8a0576c6cd0229efd338603a3/core/src/main/java/org/owasp/depe…
-
### Bug description
Hi ,
I deployed apache superset 4.0.1 in aws kubernetes cluster. A connection to the Spark Thrift Server was successfully established through Spark SQL via the Superset UI. The…