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

Audit event for os.system is incorrect #82599

Closed
zooba opened this issue Oct 9, 2019 · 3 comments
Closed

Audit event for os.system is incorrect #82599

zooba opened this issue Oct 9, 2019 · 3 comments
Assignees
Labels
3.8 only security fixes 3.9 only security fixes

Comments

@zooba
Copy link
Member

zooba commented Oct 9, 2019

BPO 38418
Nosy @ambv, @zooba, @miss-islington
PRs
  • bpo-38418: Fixes audit event for os.system to be named 'os.system' #16670
  • [3.8] bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670) #16836
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/zooba'
    closed_at = <Date 2019-10-18.16:33:39.663>
    created_at = <Date 2019-10-09.02:28:04.540>
    labels = ['3.8', '3.9']
    title = 'Audit event for os.system is incorrect'
    updated_at = <Date 2019-10-18.16:33:39.662>
    user = 'https://github.com/zooba'

    bugs.python.org fields:

    activity = <Date 2019-10-18.16:33:39.662>
    actor = 'steve.dower'
    assignee = 'steve.dower'
    closed = True
    closed_date = <Date 2019-10-18.16:33:39.663>
    closer = 'steve.dower'
    components = []
    creation = <Date 2019-10-09.02:28:04.540>
    creator = 'steve.dower'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38418
    keywords = ['patch']
    message_count = 3.0
    messages = ['354245', '354867', '354909']
    nosy_count = 3.0
    nosy_names = ['lukasz.langa', 'steve.dower', 'miss-islington']
    pr_nums = ['16670', '16836']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue38418'
    versions = ['Python 3.8', 'Python 3.9']

    @zooba
    Copy link
    Member Author

    zooba commented Oct 9, 2019

    It's documented as "os.system" but implemented as just "system".

    @zooba zooba added 3.8 only security fixes 3.9 only security fixes labels Oct 9, 2019
    @zooba zooba self-assigned this Oct 9, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset fbe3c76 by Miss Islington (bot) (Steve Dower) in branch 'master':
    bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
    fbe3c76

    @miss-islington
    Copy link
    Contributor

    New changeset 5fb8142 by Miss Islington (bot) in branch '3.8':
    bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
    5fb8142

    @zooba zooba closed this as completed Oct 18, 2019
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes 3.9 only security fixes
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants