witchcraze

Results 14 issues of witchcraze

**What would you like to be added**: Proper handling for non-distro dpkg entries. These entries need to be identified separately from other dkpg entries, as they did not originate from...

enhancement

**What would you like to be added**: Detect wordpress **Why is this needed**: Syft does not detect wordpress. ``` $ syft wordpress | grep wordpress ✔ Loaded image wordpress:latest ✔...

enhancement

**What would you like to be added**: I want Hint information for non OS packages. `namespace` in `purl`, or something. I have no goog idea. `Maintainer` in deb. `Vendor` `Repository`,...

enhancement
needs-research

**What would you like to be added**: An additional file classifier which finds TiDB binary. **Why is this needed**: TiDB is widely used. > Pulls 5M+ > https://hub.docker.com/r/pingcap/tidb/tags ``` $...

enhancement
good-first-issue

**What would you like to be added**: Support some versions of fluent-bit in binary detection 1.7.0-dev-3 - 1.7.0-dev-9, 1.7.0-rc4 - 1.7.0-rc8 are not detected **Additional context**: OK : [NUL]1.7.0[NUL]%sFluent Bit...

enhancement
good-first-issue
binary-analysis

**What would you like to be added**: Support dev versions of HAProxy in binary detection **Additional context**: ``` $ syft -q haproxy:3.0 | grep haproxy haproxy 3.0.3 binary # strings...

enhancement
good-first-issue
binary-analysis

**What would you like to be added**: Support mariadb in binary detection **Additional context**: ``` $ syft bitnami/mariadb:10.4 | grep maria ✔ Pulled image ✔ Loaded image bitnami/mariadb:10.4 ✔ Parsed...

enhancement

**What would you like to be added**: Support MySQL 8.x in binary detection // Since current check target file is mysql (not mysqld), I check file - mysql in this...

enhancement

**What would you like to be added**: Support old consul in binary detection **Additional context**: 1.12 and lower seems not detected ``` $ syft library/consul:1.12 | grep consul ✔ Pulled...

enhancement
binary-analysis

**What would you like to be added**: Support arm/v7 in 3.x and 2.x in binary detection **Additional context**: --platform linux/arm/v7 dart:3.0.0-sdk ``` # strings /usr/lib/dart/bin/dart | grep -C 2 -e...

enhancement