Marcin Kozlowski

Results 127 comments of Marcin Kozlowski

Got it to work with this: ``` env: LIC: ${{secrets.LIC}} SNYK_TOKEN: ${{secrets.SNYK_TOKEN}} REVIEWDOG_GITHUB_API_TOKEN: ${{secrets.REVIEWDOG_GITHUB_API_TOKEN}} name: Review on: pull_request: types: [opened, edited, reopened, review_requested, synchronize] branches: - 'main' jobs: Betterscan: runs-on:...

Ah. Sorry. It seems what I missed was having `reviewdog` GH app installed in repo or org. ![image](https://user-images.githubusercontent.com/20355405/223472544-5aa21a51-4561-49a0-950b-23c632e8d834.png)

@themenucha You can use Betterscan.io for this and import to DefectDojo via SARIF. Betterscan consumes "osv-scanner" results and adds many more (for Code and Cloud) and produces SARIF final report....

The kernel was attempting to address: 0x00000000006021d0 but the system wouldn't allow it. As I understand unable to handle paging request means there's an invalid pointer in the code. Any...

Seems the bug is here (your additions in kernel): https://github.com/sslab-gatech/perf-fuzz/blob/796185d2dfbcaeeb53273d159b3f745d861cdb23/linux-4.8.10/kernel/snapshot.c#L547

Actually managed to get it to work on another laptop. On Intel laptop with 19 GB ram it causes the error above (also the Filesystem is encrypted, not sure if...