Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

wagoodman

wagoodman starred drk1wi/portspoof
wagoodman pushed 7 commits to add-v6-to-manager anchore/grype-db

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

wagoodman deleted a branch anchore/grype

correct-os-aliases

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

View on GitHub

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

View on GitHub

wagoodman created a branch on anchore/grype

correct-os-aliases - A vulnerability scanner for container images and filesystems

wagoodman deleted a branch anchore/grype-db

release-id

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

View on GitHub

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 ........

View on GitHub

wagoodman pushed 1 commit to v6-search anchore/grype

View on GitHub

wagoodman pushed 1 commit to release-id anchore/grype-db

View on GitHub

wagoodman pushed 6 commits to add-v6-to-manager anchore/grype-db

View on GitHub

wagoodman pushed 13 commits to v6-search anchore/grype

View on GitHub

wagoodman pushed 1 commit to v6-search anchore/grype

View on GitHub

wagoodman deleted a branch anchore/grype

release-id

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...

View on GitHub

wagoodman created a review on a pull request on anchore/grype

View on GitHub

wagoodman pushed 11 commits to v6-search anchore/grype

View on GitHub

wagoodman pushed 1 commit to release-id anchore/grype

View on GitHub

wagoodman opened a pull request on anchore/grype-db
Pin vunnel providers
Today we always run all vunnel providers, however, we may be adding more in the future that should not automatically be run by grype-db. For this reason we're pinning the specific providers that sh...
wagoodman opened a draft 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). TODO: - pull in grype release-id changes
Load more