Violet Hynes
3a46ecc389
Replace all remaining time.ParseDurations with parseutil.ParseDurationSeconds ( #21357 )
...
* Replace all time.ParseDurations with testutil.ParseDurationSeconds
* Changelog
* Import formatting
* Import formatting
* Import formatting
* Import formatting
* Semgrep rule that runs as part of CI
2023-06-20 14:37:46 -04:00
Hamid Ghaf
e55c18ed12
adding copyright header ( #19555 )
...
* adding copyright header
* fix fmt and a test
2023-03-15 09:00:52 -07:00
miagilepner
13caa0842e
VAULT-8436 remove <-time.After statements in for loops ( #18818 )
...
* replace time.After with ticker in loops
* add semgrep rule
* update to use timers
* remove stop
2023-02-06 17:49:01 +01:00
mcollao-hc
8b6953c2e7
PSP-256 - Add security-scanner tool ( #17988 )
...
Add security-scanner tool and github workflow
2022-11-17 17:12:03 -06:00
Mike Palmiotto
585abb2cac
semgrep: Add replication-has-state and fix findings ( #17179 )
2022-09-19 08:15:27 -04:00
Mike Palmiotto
9cb852d099
semgrep: Enforce no loop vars in goroutines ( #17145 )
2022-09-15 10:13:51 -04:00
Christopher Swenson
38b0fa6b53
Remove spurious fmt.Printf calls including one of a key ( #15344 )
...
And add a semgrep for fmt.Printf/Println.
2022-05-19 12:27:02 -07:00
Hridoy Roy
aaf3ce8484
Add Semgrep Rules to OSS ( #14513 )
...
* add semgrep yml
* add semgrep ci job
* remove replication semgrep rule in oss
* fix makefile
* add semgrep to ci
* upwind triple if in ui.go semgrep refactoring
2022-03-18 11:14:03 -07:00