Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[device/marvell] Mitigation for security vulnerability #11876

Merged
merged 16 commits into from
Nov 30, 2022

Commits on Aug 29, 2022

  1. Mitigate security vulnerabilities in os and commands

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9a05f34 View commit details
    Browse the repository at this point in the history
  2. Fix lgtm

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a455cae View commit details
    Browse the repository at this point in the history
  3. Fix lgtm

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    3702046 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Convert cmd string to cmd array

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    23f0174 View commit details
    Browse the repository at this point in the history
  2. Add args

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    db35a2a View commit details
    Browse the repository at this point in the history
  3. Write str to file not using subprocess

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0296296 View commit details
    Browse the repository at this point in the history
  4. Rewrite str to file

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    394afe0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Open file using with

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    076bac8 View commit details
    Browse the repository at this point in the history
  2. Fix lgtm

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    9766191 View commit details
    Browse the repository at this point in the history
  3. Use with

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    4f8874e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Add output processing

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    ccc7e52 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Use functions from sonic-py-common

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    072d8e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Replace os.system and shell=True

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    dbd999a View commit details
    Browse the repository at this point in the history
  2. replace getstatusoutput

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    e2aef69 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Remove nokia folder-s

    maipbui committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    fd912a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. change run to call

    Signed-off-by: maipbui <maibui@microsoft.com>
    maipbui committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    11cf6d9 View commit details
    Browse the repository at this point in the history