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

Fix forbidden apis on FIPS #33202

Merged
merged 3 commits into from
Aug 29, 2018
Merged

Commits on Aug 28, 2018

  1. Fix forbidden apis on FIPS

    - 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 elastic#33179
    alpar-t committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    2cc1057 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Configuration menu
    Copy the full SHA
    97b9bae View commit details
    Browse the repository at this point in the history
  2. Add comments

    alpar-t committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    6801f35 View commit details
    Browse the repository at this point in the history