Skip to content

chore(deps): Bump trufflesecurity/trufflehog from 3.94.3 to 3.95.2#67

Merged
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/trufflesecurity/trufflehog-3.95.2
Apr 23, 2026
Merged

chore(deps): Bump trufflesecurity/trufflehog from 3.94.3 to 3.95.2#67
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/trufflesecurity/trufflehog-3.95.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Bumps trufflesecurity/trufflehog from 3.94.3 to 3.95.2.

Release notes

Sourced from trufflesecurity/trufflehog's releases.

v3.95.2

What's Changed

Full Changelog: trufflesecurity/trufflehog@v3.95.1...v3.95.2

v3.95.1

What's Changed

Full Changelog: trufflesecurity/trufflehog@v3.95.0...v3.95.1

v3.95.0

What's Changed

Full Changelog: trufflesecurity/trufflehog@v3.94.3...v3.95.0

Commits
  • 17456f8 Revert "[INS-397] Fix git version parser panic on non-numeric patch versions ...
  • 2b80819 [INS-444] Fix verification logic in Mesibo detector (#4884)
  • 6572584 Add Confluence Data Center PAT detector (#4886)
  • 4d2a8ef Add man page generation for trufflehog (#4894)
  • 0d5afce [INS-402] Add Jira Data Center PAT Detector (#4872)
  • 0112444 [INS-399] Added Bitbucket data center(on prem) PAT detector (#4883)
  • 371e227 Fix nil pointer panics in GitHub analyzer gist/repo binding functions (#4864)
  • 794a6e5 dep-updates: Go 1.25, refresh modules, add dependency workflow skill (#4888)
  • 761be88 Add AnalysisError type and wrap all analyzer error paths (#4779)
  • 3a11c83 Host ldap-verify library in trufflesecurity (#4859)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.94.3 to 3.95.2.
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Commits](trufflesecurity/trufflehog@47e7b7c...17456f8)

---
updated-dependencies:
- dependency-name: trufflesecurity/trufflehog
  dependency-version: 3.95.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 23, 2026

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 23, 2026
@hyperpolymath hyperpolymath merged commit 2a57080 into main Apr 23, 2026
22 of 29 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/github_actions/trufflesecurity/trufflehog-3.95.2 branch April 23, 2026 07:06
hyperpolymath added a commit that referenced this pull request May 2, 2026
Filed across the AffineScript ecosystem in response to UPSTREAM-CASCADE
(commit 98f110c). Each PR cross-references the relevant idaptik
artefacts as evidence.

stapeln (3):
  #18 — fix(cerro-torre): pin Alire URL to explicit version (closes #13)
  #19 — fix(vordr): commit Cargo.lock for reproducible builds (closes #14)
  #20 — fix(rokur): use deno binary release directly (closes #16)

affinescript (4):
  #62 — docs(AI.a2ml): 4 patterns + 3 directives
        (closes #45, #46, #47, #48, #49, #50, #52)
  #67 — feat(parser): accept [T] array/list shorthand (closes #40)
        — highest single-fix leverage in the entire cascade per
          UPSTREAM-CASCADE; ~95% of idaptik's translatable surface
  #69 — docs(human-guide): migration chapter + refinement-args
        + affine-async (closes #51, #53, #54, #55)
  #70 — docs(effects): migration-stance doc (closes #41)

Total: 7 PRs, 16 issues to be closed when merged.

Intentionally not addressed (sub-day budget):
- stapeln#12 (selur Containerfile) — write new multi-stage
- stapeln#15 (svalinn npm/Deno) — design decision needed
- affinescript#35 (Node+vscode backend) — multi-week new target
- affinescript#39 (Float operators) — typechecker design
- affinescript#42 (extern fn/type) — multi-piece, untested locally
- affinescript#56 (DOM/Pixi prod-ready) — library scale, gated on #42
- affinescript#57 (Migration assistant) — multi-week new tool
- affinescript#58 (proven shape) — sibling repo work
- affinescript#59 (Effect-row names) — design discussion

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath added a commit that referenced this pull request May 2, 2026
…echecks

Demonstrates that affinescript PR #67 (`[T]` array shorthand) actually
unblocks real idaptik translation. PortNames.res is 85 lines of pure
data + helpers including a `[String]` array literal — the original .res
file declares `let coprocessorDomains = [cpCrypto, ...]`, and the
idiomatic .affine form needs `coprocessorDomains: [String] = [...]`.
Without PR #67's parser fix, that fails at parse.

Status:
  ✓ affinescript check  PortNames.affine — passes ("Type checking passed")
  ✗ affinescript compile PortNames.affine — fails on a SEPARATE codegen
                          bug (Codegen.UnboundVariable "inputSuffix"),
                          not the parser fix. Const-binding codegen path
                          appears to not see top-level consts. Filed as
                          a follow-up issue against affinescript.

Translation choices:
  * `let x = "..."` at top level → `const x: String = "..."` (the parser
    requires `const` for top-level constants; `let` is statement-scope only)
  * `let f = (x: T): U => body` → `fn f(x: T) -> U { body }`
  * Multi-line array literal → single-line (multi-line arrays may have
    a trailing-comma parse issue; not the focus of this pilot)
  * `isCoprocessorPort` simplified to elide String.split + Array.includes
    (stdlib functions of uncertain shape; would need a separate fix)

This is the THIRD Mode A pilot in idaptik:
  1. PlayerHP.affine (combat physics, pre-existing PR #68)
  2. (skipped — Main.affine is Mode B by design)
  3. PortNames.affine (this commit)

The cumulative pattern: Mode A pilots demonstrate which v0.1.0 features
work in practice, surface codegen vs typecheck split, and produce real
.wasm-bound test cases for upstream regression suites.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Repository owner deleted a comment from chatgpt-codex-connector Bot May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant