Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
wagoodman created a review on a pull request on anchore/grype
just to clarify: is the goal to keep the top-level `search` package? Not a problem if so, just trying to square up the final state of things based on previous conversation.
wagoodman created a review comment on a pull request on anchore/grype
Matcher was originally ``` Match(v5.VulnerabilityProvider, *distro.Distro, pkg.Package) ([]match.Match, error) ``` which means that it does not necessarily need to be added to the pacakge. When w...
wagoodman pushed 1 commit to add-v6-to-manager anchore/grype-db
- force validations for cli tests Signed-off-by: Alex Goodman <[email protected]> 377b718
wagoodman created a review comment on a pull request on anchore/grype
ah, the tag is there and we're not using tags to select integration tests, so it wouldn't be selected today... maybe let's change the tag to something that doesn't look like it overlaps with the av...
wagoodman created a review comment on a pull request on anchore/grype
I think adding a small unit test that ensures that the rate limiter is wired up by default when using `mavenSearch` would be a good enough sanity check.
wagoodman created a review comment on a pull request on anchore/grype
just out of curiosity, why 1 request per 300 ms? from experimentation? or did you find any useful maven docs on this?
wagoodman created a review comment on a pull request on anchore/grype
I don't think we should be hitting maven in this way during a test that could be run by multiple devs at a time and by automation. I'm not against leaving the test in if we add a build tag that isn...
wagoodman created a review comment on a pull request on anchore/grype
```suggestion log.WithFields("package", p.Name, "error", err).Warn("failed to resolve package details with maven") ```
wagoodman created a review comment on a pull request on anchore/grype-db
yeah, it's destroyed after the with block (since this function has a @contextlib.contextmanager decorator)
wagoodman pushed 1 commit to add-v6-to-manager anchore/grype-db
- limit to v5 schema during listing test Signed-off-by: Alex Goodman <[email protected]> 5769dee
wagoodman created a branch on anchore/syft
add-elf-note-dependencies - CLI tool and library for generating a Software Bill of Materials from container images and filesystems
wagoodman pushed 1 commit to add-v6-to-manager anchore/grype-db
- add capability to disable validations Signed-off-by: Alex Goodman <[email protected]> ff213ee
wagoodman pushed 1 commit to main wagoodman/elf-notes
- add original view without package notes 2223fee
wagoodman created a repository: wagoodman/elf-notes
https://github.com/wagoodman/elf-notes - scratch spot to play with elf notes + syft