-
### Issues
- [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no existing ones with the same request.
### Feature description
[flawfinde…
-
I run [Flawfinder](https://www.dwheeler.com/flawfinder/) static analysis tool for C/C++ on firejail sources. Here's the output: [flawfinder.txt](https://github.com/netblue30/firejail/files/1907858/fla…
-
There are a few interesting linters, STAs that we could add to the CI flow to improve checks:
Flawfinder
https://dwheeler.com/flawfinder/
splint
https://splint.org/
scan-build - exists as a…
-
Do you plan to add a plugin for the static analyser for potential [CWE](http://cwe.mitre.org/) security issues in C++ code [flawfinder](https://pypi.org/project/flawfinder/)? According to the [tools w…
-
I recently discovered flawfinder (http://www.dwheeler.com/flawfinder/), which is a static code analysis tool focusing on security issues. I can't really review the issues found, but it seemed to be fe…
-
### I've searched open & closed issues for similar requests
Yes
### Package name
flawfinder
### Package homepage
https://github.com/david-a-wheeler/flawfinder
### Languages
C, C++
### How is t…
-
Integrating flawfinder in my github repo I revieved a .sarif report generated, that has the following entry:
```
{
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5…
-
I've tried flawfinder on my `zt` library:
```
zt.c:47: [4] (format) vfprintf:
If format strings can be influenced by an attacker, they can be exploited
(CWE-134). Use a constant for the forma…
-
Hi,
When I ran the following command on Windows.
~/bin/flawfinder -DQS /path/to/source | ./ar.flawfinder.build_report.py > /path/to/flawfinder.report.xml
It does not fetch data to flawfinder.rep…
-
## Encoding Error on Windows 10
```
git clone https://github.com/Kitware/CMake.git
git clone https://github.com/david-a-wheeler/flawfinder.git
python3 flawfinder\flawfinder.py CMake\Source\C…