Closed (fixed)
Project:
Password Policy Pwned
Version:
2.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2024 at 01:56 UTC
Updated:
8 Apr 2024 at 08:54 UTC
Jump to comment: Most recent
Comments
Comment #2
kim.pepperComment #4
kim.pepperComment #5
kim.pepperCommitted to 2.x
Comment #7
jonathan1055 commentedI saw your comment on Slack, and having worked on the cspell job, I was interested in the problem. What did you do to fix the 'bin' directory?
Also I notice you have
_CSPELL_WORDS: 'pwned,hibp'but one of the recent improvements, now rolled out to all users, is that any part of a module name is automatically added to the allowed list. So you should not needpwnedin that list.Comment #8
kim.pepper@jonathan1055:
I removed that config so it went back to
vendor/bin.oh, good to know!