Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] - remove size check #3351

Merged
merged 1 commit into from
Oct 2, 2024
Merged

[fix] - remove size check #3351

merged 1 commit into from
Oct 2, 2024

Conversation

ahrav
Copy link
Collaborator

@ahrav ahrav commented Oct 1, 2024

Description:

This PR removes the sick check.

Checklist:

  • Tests passing (make test-community)?
  • Lint passing (make lint this requires golangci-lint)?

@ahrav ahrav marked this pull request as ready for review October 1, 2024 00:50
@ahrav ahrav requested a review from a team as a code owner October 1, 2024 00:50
@ahrav ahrav requested a review from a team October 1, 2024 00:53
@rgmz
Copy link
Contributor

rgmz commented Oct 1, 2024

This PR removes the sick check.

🤧

@mcastorina
Copy link
Collaborator

What's the implication for removing this sick check bro?

@ahrav
Copy link
Collaborator Author

ahrav commented Oct 2, 2024

What's the implication for removing this sick check bro?

It skips reading the entire file by seeking directly to the end to get the size. I forgot that newFileReader has a fast path for archives not supported by the archiver package, which avoids seeking to the end. here

@ahrav ahrav merged commit 04eae7a into main Oct 2, 2024
12 checks passed
@ahrav ahrav deleted the fix-remove-size-check branch October 2, 2024 15:27
@rgmz rgmz mentioned this pull request Oct 7, 2024
2 tasks
abmussani added a commit to abmussani/trufflehog that referenced this pull request Oct 9, 2024
* main: (79 commits)
  Log skipped files on debug level (trufflesecurity#3383)
  build: update retracted bluemonday ver (trufflesecurity#3369)
  Fix git binary handling and add a smoke test (trufflesecurity#3379)
  fix(deps): update module google.golang.org/protobuf to v1.35.1 (trufflesecurity#3382)
  Added Cisco Meraki API Key detector (trufflesecurity#3367)
  improved the agora detector (trufflesecurity#3360)
  fix(deps): update module github.com/xanzy/go-gitlab to v0.110.0 (trufflesecurity#3376)
  fix(deps): update golang.org/x/exp digest to 225e2ab (trufflesecurity#3371)
  fix(deps): update module golang.org/x/net to v0.30.0 (trufflesecurity#3373)
  fix(deps): update module golang.org/x/crypto to v0.28.0 (trufflesecurity#3372)
  chore(deps): update sigstore/cosign-installer action to v3.7.0 (trufflesecurity#3368)
  fix(deps): update module cloud.google.com/go/storage to v1.44.0 (trufflesecurity#3366)
  fix(deps): update module github.com/schollz/progressbar/v3 to v3.16.1 (trufflesecurity#3365)
  [refactor] - Decouple Metrics From Cache Implementation (trufflesecurity#3355)
  fix(deps): update module github.com/snowflakedb/gosnowflake to v1.11.2 (trufflesecurity#3363)
  Updated Cosign Install URL (trufflesecurity#3364)
  fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.0 (trufflesecurity#3361)
  Added Pattern test cases for detectors (trufflesecurity#3354)
  remove size check (trufflesecurity#3351)
  fix(deps): update module go.mongodb.org/mongo-driver to v1.17.1 (trufflesecurity#3357)
  ...

# Conflicts:
#	go.sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants