Skip to content
  • Alpar Torok's avatar
    Fix forbidden apis on FIPS (#33202) · 3828ec60
    Alpar Torok authored
    - third party audit detects jar hell with JDK so we disable it
    - jdk non portable in forbiddenapis detects classes being used from the
    JDK ( for fips ) that are not portable, this is intended so we don't
    scan for it on fips.
    - different exclusion rules for third party audit on fips
    
    Closes #33179
    3828ec60