Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
wagoodman pushed 1 commit to main anchore/grype
- Enhance v6 search command (#2303) * add v6 search command Signed-off-by: Alex Goodman <[email protected]... a22349b
wagoodman closed an issue on anchore/grype
Stabilize DB `search` output
With DB v6 there will be substantial changes made to the DB structure. We'd like to have a way for users to have a common interface with stable output (not directly tied to the DB schema/shapes) ac...wagoodman created a review comment on a pull request on anchore/grype
Here's the reasoning that went into field precedence: - label version tends to override numeric versions ("unstable" is the label for "debian:sid" for instance). There is a good argument that code...
wagoodman pushed 1 commit to v6-search anchore/grype
- add tests and fix deprecated linter configuration Signed-off-by: Alex Goodman <[email protected]> 1acaecf
wagoodman pushed 1 commit to add-v6-to-manager anchore/grype-db
- fix tests and liting Signed-off-by: Alex Goodman <[email protected]> 4c32a7a
wagoodman pushed 1 commit to feat/v6-query-api anchore/grype
- add v5 namespace adapter Signed-off-by: Alex Goodman <[email protected]> 44b13ef
wagoodman pushed 1 commit to v6-search anchore/grype
- fix limit handling Signed-off-by: Alex Goodman <[email protected]> a68d15e
wagoodman pushed 16 commits to add-v6-to-manager anchore/grype-db
- Update grype-db bootstrap tools to latest versions. (#460) Signed-off-by: github-actions[bot] <41898282+github-actio... f143b01
- chore(deps): Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#459) Bumps [peter-evans/create-pull-request]... 80b41c0
- pin vunnel providers (#458) Signed-off-by: Alex Goodman <[email protected]> 76ffc97
- Loosen vunnel schema version check (#463) * loosen vunnel schema version check Signed-off-by: Alex Goodman <wagoodm... 873e40d
- replace cli bash test harness with python Signed-off-by: Alex Goodman <[email protected]> 9b8b965
- add latest.json validation Signed-off-by: Alex Goodman <[email protected]> 606e003
- fix linting and tests Signed-off-by: Alex Goodman <[email protected]> 940b07b
- bump to grype@main Signed-off-by: Alex Goodman <[email protected]> 5fc1d22
- [wip] pr adjustments Signed-off-by: Alex Goodman <[email protected]> 58140aa
- pull in grype distro normalization changes Signed-off-by: Alex Goodman <[email protected]> e801a0a
- fix tests Signed-off-by: Alex Goodman <[email protected]> 0e64ffa
- bump grype to pull in vuln status enum change Signed-off-by: Alex Goodman <[email protected]> 4e95b62
- fix vuln status enum related tests Signed-off-by: Alex Goodman <[email protected]> c3ff501
- fix tests Signed-off-by: Alex Goodman <[email protected]> 08857f2
- use toml file for python version Signed-off-by: Alex Goodman <[email protected]> 373f111
- fix tests and liting Signed-off-by: Alex Goodman <[email protected]> cf61307
wagoodman created a review comment on a pull request on anchore/grype
resolved with the latest commit
wagoodman pushed 1 commit to v6-search anchore/grype
- fix v5 namespace rhel and version cases Signed-off-by: Alex Goodman <[email protected]> 076d1b5
wagoodman pushed 1 commit to add-distro-version-info anchore/vunnel
- still require namespace name Signed-off-by: Alex Goodman <[email protected]> 840d63c
wagoodman pushed 1 commit to main anchore/grype-db
- Loosen vunnel schema version check (#463) * loosen vunnel schema version check Signed-off-by: Alex Goodman <wagoodm... 873e40d
wagoodman closed a pull request on anchore/grype-db
Loosen vunnel schema version check
We should allow processing all v1 schemas based off of the current supported values https://github.com/anchore/vunnel/blob/85f3ba6bdd976babbea657a4aa78efe98e73e676/src/vunnel/schema.py#L7-L15wagoodman pushed 1 commit to loosen-vunnel-schema-version-check anchore/grype-db
- address PR feedback Signed-off-by: Alex Goodman <[email protected]> f1bd843
wagoodman opened a pull request on anchore/grype-db
Loosen vunnel schema version check
We should allow processing all v1 schemas based off of the current supported values https://github.com/anchore/vunnel/blob/85f3ba6bdd976babbea657a4aa78efe98e73e676/src/vunnel/schema.py#L7-L15wagoodman created a review comment on a pull request on anchore/vunnel
```diff diff schema/vulnerability/os/schema-1.0.2.json schema/vulnerability/os/schema-1.0.3.json 72a73,89 > "OS": { > "type": "object", > "p...
wagoodman opened a pull request on anchore/vunnel
Add explicit version information to emitted records
Today we have the namespace field which conveys "ID:VERSION" for distro information. This field is a hold over from how anchore enterprise used to function. The downside is that the current version...wagoodman pushed 1 commit to add-distro-version-info anchore/vunnel
- fix amazon field name Signed-off-by: Alex Goodman <[email protected]> 981a7d4
wagoodman created a branch on anchore/vunnel
add-distro-version-info - Tool for collecting vulnerability data from various sources (used to build the grype database)
wagoodman pushed 1 commit to v6-search anchore/grype
- address review comments Signed-off-by: Alex Goodman <[email protected]> 6ca2dbe
wagoodman pushed 1 commit to main anchore/yardstick
- fix: update python constraint to support py3.13.1 (#466) Signed-off-by: Rui Chen <[email protected]> dd04102