Releases: asecurityteam/settings
Releases · asecurityteam/settings
Support for golang 1.22, upgrade dependencies
support variable expansion
This is the v1.0.0 release, which includes support for variable expansion. One may place a string literal in one of the built-in sources like "${A}"
and the library will expand the variable if it is found, and leave it as-is if not found. See README and unit tests for complete documentation.
Upgrade go to 1.17, upgrade go-yaml to address vuln
v0.7.0 Update yaml to v3 to fix VULN
Support for new type, map[string] type
Merge pull request #7 from asecurityteam/fix-readme-typo bad typo
Migrating to go modules
v0.2.0 Migrating repo from dep to go modules
v0.1.0: Merge pull request #1 from asecurityteam/sdcli
Add SDCLI and fix lint issues