Mario Campos
Mario Campos
As a workaround, one can pass `--regex=CWE-` to `flawfinder` to have it ignore FF1057 and any other rules that don't match `CWE-`.
I've added [CWE-248](https://cwe.mitre.org/data/definitions/248.html) (Uncaught Exception) and [CWE-400](https://cwe.mitre.org/data/definitions/400.html) (Uncontrolled Resource Consumption), but those may not be the most accurate CWEs. Feel free to correct me or edit. I also want to...
@david-a-wheeler, have you had a chance to look into this yet?
@felicitymay thank YOU for responding so quickly! It's certainly confusing, because the screenshots you mentioned seem to call it "Code Scanning results" in the checks UI or the pull request,...
@felicitymay, I think @tibbes made a good point that will help add some clarity around the wording. My original point behind the issue/PR is that it's not clear what the...
>However, please note that the article that we're discussing aims to help users understand and act on the information they are shown in pull requests. Many of the people reading...
It looks like `macos-12` includes VirtualBox but not Vagrant. `macos-11` and `ubuntu-latest` do not include VirtualBox or Vagrant. https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md
I was able to enable a virtio virtual NIC on freebsd-13.0 (but not a virtio storage controller) in commit 4acff140db93894fd53ab185f8fd98caf64b62df.
Trying to use the virtio storage-controller interface (`hard_drive_interface = "virtio"`) leads to this export error: ``` ==> virtualbox-iso.default: Error exporting virtual machine: VBoxManage error: VBoxManage: error: Cannot handle medium attachment:...
Hi, @arthaud. It's been a while since this PR was introduced. Has LLVM 10 been tested? It's probably more stable now than 2 years ago when this was initially a...