Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: illiliti/libudev-zero
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 04a727d
Choose a base ref
...
head repository: illiliti/libudev-zero
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bbeb7ad
Choose a head ref
  • 7 commits
  • 9 files changed
  • 6 contributors

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    99f1bc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee32ac5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Add CodeQL Workflow for Code Security Analysis (#61)

    * Add CodeQL Workflow for Code Security Analysis
    
    Add CodeQL Workflow for Code Security Analysis
    
    This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats.
    
    We added a new CodeQL workflow file (.github/workflows/codeql.yml) that
    - Runs on every push and pull request to the main branch.
    - Excludes queries with a high false positive rate or low-severity findings.
    - Does not display results for third-party code, focusing only on our own codebase.
    
    Testing:
    To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code.
    
    Deployment:
    Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps:
    1. Under the repository name, click on the Security tab.
    2. In the left sidebar, click Code scanning alerts.
    
    Additional Information:
    - You can further customize the workflow to adapt to your specific needs by modifying the workflow file.
    - For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation.
    
    Signed-off-by: Brian <bayuan@purdue.edu>
    
    * Add CodeQL Workflow for Code Security Analysis
    
    Add CodeQL Workflow for Code Security Analysis
    
    This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats.
    
    We added a new CodeQL workflow file (.github/workflows/codeql.yml) that
    - Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience).
    - Runs daily.
    - Excludes queries with a high false positive rate or low-severity findings.
    - Does not display results for git submodules, focusing only on our own codebase.
    
    Testing:
    To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code.
    
    Deployment:
    Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps:
    1. Under the repository name, click on the Security tab.
    2. In the left sidebar, click Code scanning alerts.
    
    Additional Information:
    - You can further customize the workflow to adapt to your specific needs by modifying the workflow file.
    - For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation (https://codeql.github.com/ and https://codeql.github.com/docs/).
    
    Signed-off-by: Brian <bayuan@purdue.edu>
    
    * Add CodeQL Workflow for Code Security Analysis
    
    Add CodeQL Workflow for Code Security Analysis
    
    This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats.
    
    We added a new CodeQL workflow file (.github/workflows/codeql.yml) that
    - Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience).
    - Runs daily.
    - Excludes queries with a high false positive rate or low-severity findings.
    - Does not display results for git submodules, focusing only on our own codebase.
    
    Testing:
    To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code.
    
    Deployment:
    Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps:
    1. Under the repository name, click on the Security tab.
    2. In the left sidebar, click Code scanning alerts.
    
    Additional Information:
    - You can further customize the workflow to adapt to your specific needs by modifying the workflow file.
    - For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation (https://codeql.github.com/ and https://codeql.github.com/docs/).
    
    Signed-off-by: Brian <bayuan@purdue.edu>
    
    * Add CodeQL Workflow for Code Security Analysis
    
    Add CodeQL Workflow for Code Security Analysis
    
    This pull request introduces a CodeQL workflow to enhance the security analysis of our repository. CodeQL is a powerful static analysis tool that helps identify and mitigate security vulnerabilities in our codebase. By integrating this workflow into our GitHub Actions, we can proactively identify and address potential issues before they become security threats.
    
    We added a new CodeQL workflow file (.github/workflows/codeql.yml) that
    - Runs on every pull request (functionality to run on every push to main branches is included as a comment for convenience).
    - Runs daily.
    - Excludes queries with a high false positive rate or low-severity findings.
    - Does not display results for git submodules, focusing only on our own codebase.
    
    Testing:
    To validate the functionality of this workflow, we have run several test scans on the codebase and reviewed the results. The workflow successfully compiles the project, identifies issues, and provides actionable insights while reducing noise by excluding certain queries and third-party code.
    
    Deployment:
    Once this pull request is merged, the CodeQL workflow will be active and automatically run on every push and pull request to the main branch. To view the results of these code scans, please follow these steps:
    1. Under the repository name, click on the Security tab.
    2. In the left sidebar, click Code scanning alerts.
    
    Additional Information:
    - You can further customize the workflow to adapt to your specific needs by modifying the workflow file.
    - For more information on CodeQL and how to interpret its results, refer to the GitHub documentation and the CodeQL documentation (https://codeql.github.com/ and https://codeql.github.com/docs/).
    
    Signed-off-by: Brian <bayuan@purdue.edu>
    
    ---------
    
    Signed-off-by: Brian <bayuan@purdue.edu>
    b4yuan committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    90480bf View commit details
    Browse the repository at this point in the history
  2. udev_device.c: fix TOCTOU race condition (#57)

    Separately checking the state of a file before operating on it may allow
    an attacker to modify the file between the two operations.
    
    Reference: CWE-367.
    szsam committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a2cc51b View commit details
    Browse the repository at this point in the history
  3. Avoidable OOM on small systems (#62)

    * bandaid fix OOM
    
    * refactor fix OOM
    
    * Makefile: remove no longer needed -pthread option
    
    * libudev.pc.in: remove threads requirement
    
    ---------
    
    Co-authored-by: illiliti <illiliti@protonmail.com>
    liamHowatt and illiliti committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5eca08d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    c027f87 View commit details
    Browse the repository at this point in the history
  2. Fixes incorrect detection of touchpads (#66)

    Some touchpad drivers (such as applespi) claim to have both EV_ABS and EV_REL
    capabilities. These touchpads are then reported as mice by libudev-zero.
    smattie committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bbeb7ad View commit details
    Browse the repository at this point in the history
Loading