Fridolín Pokorný

Results 197 comments of Fridolín Pokorný

AFAIK, Chainguard is also putting some effort into [VEX](https://github.com/openvex/) - maybe it would worth a sync (if not done already) so the industry could consolidate. CC @dlorenc @puerco The approach...

``` $ cat .vex libfoo, CVE-2022-123456, NOT_AFFECTED, inline_mitigations_already_exist libbar, CVE-2022-654321, NOT_AFFECTED, vulnerable_code_not_in_execute_path ``` A link to the security analysis done might be valuable here (eg. a GitHub issue) - if...

Hi @sinisterstuf, thanks for the report. Yes, JPEG is not supported. +1 on the filetype check. Would you mind submitting a PR for this? Thank you.

What about providing an option for this so users can control behaviour and raise an exception for unsupported combinations?

After digging further, it looks like the gdb python interface has changed, more precisely native `_gdb` and its `Value` has changed and it no longer provides `str`: ```gdb (gdb) set...

This might be something to consider also for Elyra.

/remove-lifecycle rotten /reopen /triage accepted

/sig stack-guidance

Check TensorFlow wheels published on PyPI as an example - https://pypi.org/project/tensorflow/2.7.0/#files There are macos, windows and manylinux builds specific for some Python version (ex. Python 3.7, 3.8, 3.9). As of...

> So we would save a bunch of these hashes that correspond to the a specific version of a package, the OS and python version on the Thoth server /...