Commit b544f8c
authored
fix: [NPM] [CVEs] Update go.mod to Fix NPM golang.org/x/net CVE-2025-22870 (#3518)
* fix: [NPM] Reduce/Refactor Noisy NPM Logs (#3468)
* removed all logs from npm dataplane (except error/warning logs)
* removed all logs from npm controller (except error/warning logs)
* restored logs that are ununused by current npm (v2)
* removed test files
* resolved comments
* keep log related to reconciling chain placement when the chain is not in the right place
* added bootup logs back
* Removed two more noisy logs
* Add loglevel config option when printing application insight logs
* Updated all non-error/warning logs to commented out and with a vap TODO
* fixed typo
* small typo fix
* updated configmap with loglevel
* updated default value
* added a default value for loglevel
* fixed typo in json
* removed comma
* changed loglevel to info in configmap
* add a short sleep in TestNetPolInBackgroundSkipAddAfterRemove
* test remove dataplane changes to see if race condition fixes
* Revert "test remove dataplane changes to see if race condition fixes"
This reverts commit 08697eb.
* test
* Revert "test"
This reverts commit 449c2af.
* test
* update dataplane to test if changes are flagged in race
* added stop channels to unit tests to avoid race condtiions
* add non noisy logs back
* increased time
* revert time change after RunPeriodicTasks
* test with 1000 seconds
* 5000 milliseconds
* tweaked the delay
* update to 1500 for defer
* increased to 1500
* increase to 2000
* removed kubernetes
* bumped golang.org/x/net package to v0.36.0 to resolve CVE for npm
* ran go get github.com/labstack/echo/[email protected] and tidy/vendor1 parent 460ff9d commit b544f8c
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
| 366 | + | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
0 commit comments