Colin
618a2c1ff7
Security improvements and local testing scripts
...
ci/woodpecker/push/woodpecker Pipeline failed
Details
- Fix Dockerfile to run as non-root user (node) for security
- Fix phonetic key generator to always start with consonant (test fix)
- Add local security scanning scripts (SBOM, Trivy)
- Update test script to exclude security tests from mocha
- Add npm scripts for security scans
- Update .gitignore for generated files
- Update Woodpecker CI to use modern Trivy syntax and push images
2026-01-21 10:21:55 -05:00
colin
6abc863848
Update lib/key_generators/phonetic.js
2023-12-27 15:32:21 +00:00
colin
23c47e49ec
refactor phonetic.js to match test requirements.
2023-12-27 14:32:21 +00:00
John Crepezzi
3b6934e348
Phonetic key generator to es6 and add some tests
2017-10-31 21:10:25 -04:00
John Crepezzi
f161cc33b4
Added tests and converted dictionary key generator to es6
2017-10-31 20:55:59 -04:00
John Crepezzi
e4e025f67e
Convert random generator to es6 and add some specs for it directly
2017-10-31 20:40:43 -04:00
John Crepezzi
5939dec185
Added eslint and fixed an issue from #158
2017-06-26 12:19:36 -04:00
John Crepezzi
87b1c76aaf
One more
2017-06-26 12:11:19 -04:00
John Crepezzi
4599203bdf
A few style nit-picks
2017-06-26 12:10:57 -04:00
Klas af Geijerstam
d66bc9a6c4
Removed unused lines
2017-06-26 18:09:13 +02:00
Klas af Geijerstam
80f0618736
Updated dictionary.js
...
Now expects a newline separated dictionary, supports both \n and \n\r
2017-06-26 18:03:18 +02:00
Klas af Geijerstam
ac2bceefbb
Added missing )
2017-06-26 17:42:24 +02:00
Klas af Geijerstam
dbf4f6b5dd
Removed usage of random-js
...
Replaced random-js with vanilla JS random
2017-06-26 17:39:32 +02:00
Klas af Geijerstam
8e9205cecc
Update dictionary.js
2017-06-26 17:37:04 +02:00
Klas af Geijerstam
e54a860172
Added dictionary.js
...
A key generator that uses a dictionary to create its keys
2017-06-26 17:17:52 +02:00
JonApps
bda2749879
oops 🍺
2014-03-25 02:23:31 +01:00
JonApps
028aa96b13
phonetic keys can begin with vowel + added missing \'z\' to consontants
2014-03-25 02:20:05 +01:00
John Crepezzi
f37d1ad401
Clean up some code and move document stores into subfolder
2012-01-21 15:19:55 -05:00
John Crepezzi
6e4c087319
Remove hashlib dependency and switch to mocha for testing
2012-01-13 11:17:15 -05:00
John Crepezzi
cc65e98940
Added support for phonetic key naming
...
Closes #7
2012-01-07 11:35:11 -05:00