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: PowerShell/PowerShell-Native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 97ad0c2
Choose a base ref
...
head repository: PowerShell/PowerShell-Native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7ee4d4d
Choose a head ref
  • 13 commits
  • 10 files changed
  • 8 contributors

Commits on Dec 1, 2022

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

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    6280a69 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    06d8c01 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    b653177 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. libpsl-native: Fix _FORTIFY_SOURCE macros (#88)

    This commit fixes the mistake in the `_FORTIFY_SOURCE` macro where it was not prefixed with underscore while it has to be (see e.g. https://github.com/search?q=repo%3Abminor%2Fglibc%20FORTIFY_SOURCE&type=code).
    
    Additionally, to make this macro add extra security, one has to enable optimizations. I am not sure if the build system enables them, but it is worth double checking that as well.
    
    Overall, I would recommend using `-D_FORTIFY_SOURCE=3` with  `-O2` or `-O3`. (The fortify source level 3 was added recently and you can read more about it here: https://developers.redhat.com/blog/2021/04/16/broadening-compiler-checks-for-buffer-overflows-in-_fortify_source).
    
    Remove superfluous `-O2` flag, since CMake adds `-O3` for `Release` builds anyway.
    
    Co-authored-by: Andy Jordan <andy.jordan@microsoft.com>
    disconnect3d and andyleejordan authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    af5359b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    64c2eb0 View commit details
    Browse the repository at this point in the history
  2. Fix manifest xml (#90)

    PaulHigin authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    30504b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Fix "custome" typo (#91)

    spaette authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4edf312 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Add WDAC Audit event

    PaulHigin committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d0fefd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    a6696e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93 from PaulHigin/add-wdac-audit

    Add WDAC Audit event to manifest
    SteveL-MSFT authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    24b137d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    c5575ce View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    7ee4d4d View commit details
    Browse the repository at this point in the history
Loading