leo
|
63e5492ce3
|
ci: integrate typos spell checker into CI workflow
Add the crate-ci/typos GitHub Action to automatically catch spelling
errors in future PRs. This includes:
- New `.github/workflows/typos.yaml` workflow that runs on pushes to
dev, pull requests, and manual dispatch
- `_typos.toml` configuration to suppress false positives from
non-English READMEs, test fixtures, certificate data, CLI flag
short names, and intentional identifiers
- Fix genuine typos found by the tool:
- `PostReuestsHandlerRequest` -> `PostRequestsHandlerRequest`
- `fiter` -> `filter`
- `thant` -> `that`
- `seperate` -> `separate`
- `ExludedDastTmplStats` -> `ExcludedDastTmplStats`
- `splitted` -> `split` (local variables)
- `formated` -> `formatted` (local variables)
- Rename `worflow_loader.go` -> `workflow_loader.go`
Fixes #6532
|
2026-03-08 22:11:26 -04:00 |
|
Dwi Siswanto
|
622c5503fa
|
perf(*): replace encoding/json w/ sonic or go-json (fallback) (#6019)
* perf(*): replace `encoding/json` w/ sonic
Signed-off-by: Dwi Siswanto <git@dw1.io>
* feat(utils): add `json` pkg (sonic wrapper)
Signed-off-by: Dwi Siswanto <git@dw1.io>
* chore(*): use `sonic` wrapper instead
Signed-off-by: Dwi Siswanto <git@dw1.io>
* chore(*): replace `sonic.ConfigStd` -> `json` (wrapper)
Signed-off-by: Dwi Siswanto <git@dw1.io>
* test(model): adjust expected marshal'd JSON
Signed-off-by: Dwi Siswanto <git@dw1.io>
* feat(json): dynamic backend; `sonic` -> `go-json` (fallback)
Signed-off-by: Dwi Siswanto <git@dw1.io>
* chore(json): merge config - as its not usable
Signed-off-by: Dwi Siswanto <git@dw1.io>
* chore(json): rm go version constraints
Signed-off-by: Dwi Siswanto <git@dw1.io>
* chore: go mod tidy
Signed-off-by: Dwi Siswanto <git@dw1.io>
---------
Signed-off-by: Dwi Siswanto <git@dw1.io>
|
2025-02-11 03:01:37 +05:30 |
|
Ice3man
|
6067b78bcf
|
feat: added MarshalYAML to severities array + issue tracker options fix (#5166)
* feat: added MarshalYAML to severities array
* fix issue with creation of reports
|
2024-05-10 21:59:03 +05:30 |
|
Ramana Reddy
|
e450dee03d
|
Preserve reference links as case-sensitive while unmarshalling (#5098)
|
2024-04-24 18:44:59 +05:30 |
|
Ramana Reddy
|
8c27ca2591
|
fix(schema): generation of missing JSON schema definitions (#4995)
* fix(schema): generation of missing JSON schema definitions
* make headers and data to accept multi-type inputs
* misc update
|
2024-04-08 03:29:42 +05:30 |
|
Tarun Koyalwar
|
17d67f6608
|
minor updates
|
2024-03-27 23:52:08 +05:30 |
|
kchason
|
fb3c3d828d
|
Initial switch of libraries
|
2024-03-25 15:52:20 -04:00 |
|
mzack
|
4aff6d7189
|
merging caches + removing import cycle via type any
|
2024-03-13 02:27:15 +01:00 |
|
Tarun Koyalwar
|
dc44105baf
|
nuclei v3 : misc updates (#4247)
* use parsed options while signing
* update project layout to v3
* fix .gitignore
* remove example template
* misc updates
* bump tlsx version
* hide template sig warning with env
* js: retain value while using log
* fix nil pointer derefernce
* misc doc update
---------
Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
|
2023-10-17 17:44:13 +05:30 |
|