sonic-mgmt-framework icon indicating copy to clipboard operation
sonic-mgmt-framework copied to clipboard

Results 41 sonic-mgmt-framework issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211007075335-d3039528d8ac to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20211007075335-d3039528d8ac&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.28.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

dependencies

If the REST server enables user authentication, it connects from the container using 127.0.0.1 to the host to retrieve the user and password. However, the TCP connection is not properly...

Some old print statements were hiding in some exception handling code. Update these to use the print() function.

### Why I did it When KLISH invokes Python actioners using `builtin="clish_pyobj"`, Python C extensions (such as `charset_normalizer` and the SSL module) fail to load due to missing Python C...

### Summary When KLISH invokes Python actioners using `builtin="clish_pyobj"`, Python C extensions (such as `charset_normalizer` and the SSL module) fail to load due to missing Python C API symbols. This...

Dependency: SONiC Yang changes in sonic-buildimage : https://github.com/sonic-net/sonic-buildimage/pull/23401 sonic-mgmt-framework - https://github.com/sonic-net/sonic-mgmt-framework/pull/150 sonic-mgmt-common - https://github.com/sonic-net/sonic-mgmt-common/pull/182 HLD : https://github.com/sonic-net/SONiC/pull/1790 Dependency: SONiC Yang changes in sonic-buildimage : https://github.com/sonic-net/sonic-buildimage/pull/23401 Added Annotation, xfmr support for...

The sonic-cli command 'show interface Ethernet' always gets exception for ipv6 disabled subinterface. ``` sonic# show interface Ethernet Traceback (most recent call last): File "/usr/sbin/cli/sonic-cli-if.py", line 119, in run(func, sys.argv[2:])...

According to the plan, klish is the main CLI interface of sonic. There is a very important command -- show run-configuration, that is, to print the configuration information that is...