Bridgelink development fix 01#92
Bridgelink development fix 01#92jlodew0 wants to merge 2 commits intoInnovar-Healthcare:bridgelink_developmentfrom
Conversation
…jection Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…in path expression Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
@jlodew0 Thanks for submitting this PR. Thanks, |
Hi Jim, Thanks for the message. It’s been quite a while since I last looked at this, so I had to refresh my memory a bit 🙂 PR #92 came out of a moment where I was looking into the GitHub code scanning alerts that were reported back then. The two main things I tried to address were:
The intent wasn’t to redesign functionality, but more to put in some guardrails to quiet those findings. In hindsight, I agree that especially the filePattern change is probably too strict and could break existing configurations that rely on dynamic filenames. Same story for the strict “subdirectory only” check — that’s arguably more of a policy choice than a hard requirement. So yeah, happy to admit this was more of a defensive/security-driven change than a fully thought-through functional one. If BridgeLink still needs something in this area, I’m happy to explain what I was aiming for or adjust the approach. Kind regards, Jo |
No description provided.