Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
wagoodman pushed 7 commits to add-v6-to-manager anchore/grype-db
- Add release ID to OS models (#457) * add release ID to OS models Signed-off-by: Alex Goodman <[email protected]... c6c23cd
- replace cli bash test harness with python Signed-off-by: Alex Goodman <[email protected]> fbea213
- add latest.json validation Signed-off-by: Alex Goodman <[email protected]> 0fd78c9
- fix linting and tests Signed-off-by: Alex Goodman <[email protected]> 294447d
- bump to grype@main Signed-off-by: Alex Goodman <[email protected]> c18c9eb
- [wip] pr adjustments Signed-off-by: Alex Goodman <[email protected]> 3976e77
- pull in grype distro normalization changes Signed-off-by: Alex Goodman <[email protected]> 2a581d8
wagoodman pushed 9 commits to feat/v6-query-api anchore/grype
- chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#2340) Bumps [actions/upload-artifact](https://github... fa158d2
- chore(deps): bump github.com/docker/docker (#2339) Bumps [github.com/docker/docker](https://github.com/docker/docker... cf48f7a
- Allow v6 store to support multiple qualifiers (#2338) * change store to support search Signed-off-by: Alex Goodman ... f263234
- do not warn if DB missing (#2341) Signed-off-by: Alex Goodman <[email protected]> d94e68a
- chore(deps): bump github/codeql-action from 3.27.9 to 3.28.0 (#2350) Bumps [github/codeql-action](https://github.com... d5d3aeb
- chore(deps): update tools to latest versions (#2346) * chore(deps): update tools to latest versions Signed-off-by... bf44e25
- finalize label version and add release id to OS model (#2349) Signed-off-by: Alex Goodman <[email protected]... 3baa3d2
- have aliases for non standard names (#2351) Signed-off-by: Alex Goodman <[email protected]> e64eedd
- pull in changes from main Signed-off-by: Alex Goodman <[email protected]> 7b627c8
wagoodman opened a pull request on anchore/grype
Rename OperatingSystemAliases
After chatting over the names with @kzantow it makes sense to orient the name for the OS aliases to what they are replacing -- not OS rows in the DB but instead fields on OSSpecifier structs.wagoodman pushed 2 commits to correct-os-aliases anchore/grype
- have aliases for non standard names (#2351) Signed-off-by: Alex Goodman <[email protected]> e64eedd
- have aliases for non standard names Signed-off-by: Alex Goodman <[email protected]> 3199454
wagoodman created a branch on anchore/grype
correct-os-aliases - A vulnerability scanner for container images and filesystems
wagoodman pushed 1 commit to main anchore/grype
- have aliases for non standard names (#2351) Signed-off-by: Alex Goodman <[email protected]> e64eedd
wagoodman closed a pull request on anchore/grype
Have aliases for non standard names in DB v6 schema
It is common to users to input "oracle" or "oraclelinux" instead of "ol", which is the release ID as found in /etc/os-release. This makes it easier to find the correct OS given a fuzzy name.wagoodman pushed 1 commit to correct-os-aliases anchore/grype
- have aliases for non standard names Signed-off-by: Alex Goodman <[email protected]> 5fea949
wagoodman opened a pull request on anchore/grype
Have aliases for non standard names in DB v6 schema
It is common to users to input "oracle" or "oraclelinux" instead of "ol", which is the release ID as found in /etc/os-release. This makes it easier to find the correct OS given a fuzzy name.wagoodman pushed 1 commit to correct-os-aliases anchore/grype
- have aliases for non standard names Signed-off-by: Alex Goodman <[email protected]> 5b9f2ed
wagoodman created a branch on anchore/grype
correct-os-aliases - A vulnerability scanner for container images and filesystems
wagoodman pushed 1 commit to main anchore/grype-db
- Add release ID to OS models (#457) * add release ID to OS models Signed-off-by: Alex Goodman <[email protected]... c6c23cd
wagoodman closed a pull request on anchore/grype-db
Add release ID to OS models
Populates the OperatingSystem model for grype schema v6 with the original release ID (provided by vunnel providers).wagoodman created a comment on an issue on anchore/syft
Side note about the regex, I think since the prefix is entirely optional it's allowed to match against the go version embedded nearby: ``` 03a940f0: 0100 0000 0400 0000 0300 0000 0000 0000 ........
wagoodman pushed 1 commit to v6-search anchore/grype
- keep config shape clean Signed-off-by: Alex Goodman <[email protected]> 0802095
wagoodman pushed 1 commit to release-id anchore/grype-db
- bump grype Signed-off-by: Alex Goodman <[email protected]> 10e5b73
wagoodman pushed 6 commits to add-v6-to-manager anchore/grype-db
- Pull in more v6 schema changes (#456) * fix transformers, split packaging, better logs Signed-off-by: Alex Goodman ... 07e7a21
- replace cli bash test harness with python Signed-off-by: Alex Goodman <[email protected]> cf20193
- add latest.json validation Signed-off-by: Alex Goodman <[email protected]> a33e095
- fix linting and tests Signed-off-by: Alex Goodman <[email protected]> f7026bc
- bump to grype@main Signed-off-by: Alex Goodman <[email protected]> dfc73c8
- [wip] pr adjustments Signed-off-by: Alex Goodman <[email protected]> 0d4a2fd
wagoodman pushed 13 commits to v6-search anchore/grype
- chore(deps): bump github/codeql-action from 3.27.9 to 3.28.0 (#2350) Bumps [github/codeql-action](https://github.com... d5d3aeb
- chore(deps): update tools to latest versions (#2346) * chore(deps): update tools to latest versions Signed-off-by... bf44e25
- finalize label version and add release id to OS model (#2349) Signed-off-by: Alex Goodman <[email protected]... 3baa3d2
- add v6 search command Signed-off-by: Alex Goodman <[email protected]> 1bb4b09
- add json schema generation Signed-off-by: Alex Goodman <[email protected]> 29eb307
- add schema drift checks Signed-off-by: Alex Goodman <[email protected]> 1ccb748
- add initial db search schemas Signed-off-by: Alex Goodman <[email protected]> 77a4dd4
- add readmes for schemas Signed-off-by: Alex Goodman <[email protected]> f07ad0a
- add field comments to json schema Signed-off-by: Alex Goodman <[email protected]> 6ebd352
- fix cpe and ecosystem filtering Signed-off-by: Alex Goodman <[email protected]> 3626f21
- mimic v5 help Signed-off-by: Alex Goodman <[email protected]> 9fd0608
- fix cli test Signed-off-by: Alex Goodman <[email protected]> b28e3bb
- keep config shape clean Signed-off-by: Alex Goodman <[email protected]> b68f60f
wagoodman pushed 1 commit to v6-search anchore/grype
- keep config shape clean Signed-off-by: Alex Goodman <[email protected]> 4765b3b
wagoodman closed a pull request on anchore/grype
Finalize label version and add release id to OS model
This PR changes the following aspects with regard to the v6 operating system table: - Searching for an OS combines the codename/label-version (otherwise it would not be clear that these separate...wagoodman created a review comment on a pull request on anchore/grype
label version represents either a codename or something like "unstable" (a non numeric version). The release ID doesn't stand in for the version, this states more of a distribution family and shoul...
wagoodman pushed 11 commits to v6-search anchore/grype
- finalize label version and add release id to OS model Signed-off-by: Alex Goodman <[email protected]> 8680364
- add v6 search command Signed-off-by: Alex Goodman <[email protected]> 021b3fe
- add json schema generation Signed-off-by: Alex Goodman <[email protected]> 7529b4c
- add schema drift checks Signed-off-by: Alex Goodman <[email protected]> e50ab20
- add initial db search schemas Signed-off-by: Alex Goodman <[email protected]> 2d39035
- add readmes for schemas Signed-off-by: Alex Goodman <[email protected]> 8e45527
- add field comments to json schema Signed-off-by: Alex Goodman <[email protected]> e489733
- fix cpe and ecosystem filtering Signed-off-by: Alex Goodman <[email protected]> a6116a3
- mimic v5 help Signed-off-by: Alex Goodman <[email protected]> 1418306
- fix cli test Signed-off-by: Alex Goodman <[email protected]> 0012ff8
- keep config shape clean Signed-off-by: Alex Goodman <[email protected]> c410aa6
wagoodman pushed 1 commit to release-id anchore/grype
- finalize label version and add release id to OS model Signed-off-by: Alex Goodman <[email protected]> 8680364