gitlab.flawfinder.AddAccessAllowedAce-1

137
Download Count*
License

Make sure that you set inheritance by hand if you wish it to inherit.

Run Locally

Run in CI

Defintion

rules:
  - id: flawfinder.AddAccessAllowedAce-1
    languages:
      - c
    message: |
      Make sure that you set inheritance by hand if you wish it to inherit.
    metadata:
      cwe: "CWE-732: This doesn't set the inheritance bits in the access control entry
        (ACE) header (CWE-732)"
      primary_identifier: flawfinder.AddAccessAllowedAce-1
      secondary_identifiers:
        - name: Flawfinder - AddAccessAllowedAce
          type: flawfinder_func_name
          value: AddAccessAllowedAce
      license: MIT
    pattern: AddAccessAllowedAce(...)
    severity: WARNING