forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Submodule][202205] Advance sonic-restapi pointer (sonic-net#14626)
update restapi commits till: 4f6f979 (HEAD -> master, origin/master, origin/HEAD) [Security] Fix the redis security issue CVE-2023-28858 and CVE-2023-28859 (#139)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-restapi
updated
20 files
+4 −0 | .github/codeql/codeql-config.yml | |
+43 −0 | .github/workflows/codeql-analysis.yml | |
+5 −11 | Dockerfile | |
+5 −10 | Dockerfile.build | |
+1 −0 | Dockerfile.common.prod | |
+5 −11 | Dockerfile.test | |
+9 −4 | azurepipeline.yml | |
+2 −1 | build.sh | |
+32 −0 | copy.py | |
+1 −0 | copy.sh | |
+18 −0 | dependencies.conf | |
+421 −52 | go-server-server/go/default.go | |
+133 −26 | go-server-server/go/models.go | |
+69 −13 | go-server-server/go/persistent.go | |
+42 −0 | go-server-server/go/routers.go | |
+65 −0 | go-server-server/go/util.go | |
+206 −16 | sonic_api.yaml | |
+1 −1 | test/requirements.txt | |
+20 −0 | test/restapi_client.py | |
+1,097 −181 | test/test_restapi.py |