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

Apply one-off patch for JBEAP-13524 (CVE-2017-12629) #23

Merged
merged 1 commit into from
Oct 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ artifacts:
md5: cd02482daa0398bf5500e1628d28179a
- path: jboss-eap-7.0.8-patch.zip
md5: daae291155a259e9f1d2255d36866551
- path: jbeap-13524.zip
md5: 9bc08980dcfbbc23226191c13b5fc6b7
run:
user: 185
cmd:
Expand Down
1 change: 1 addition & 0 deletions modules/eap-7/install_eap70.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ unzip -q $SOURCES_DIR/$DISTRIBUTION_ZIP
mv jboss-eap-$EAP_VERSION $JBOSS_HOME

$JBOSS_HOME/bin/jboss-cli.sh -Dorg.wildfly.patching.jar.invalidation=true --command="patch apply $SOURCES_DIR/jboss-eap-7.0.8-patch.zip"
$JBOSS_HOME/bin/jboss-cli.sh -Dorg.wildfly.patching.jar.invalidation=true --command="patch apply $SOURCES_DIR/jbeap-13524.zip"

function remove_scrapped_jars {
find $JBOSS_HOME -name \*.jar.patched -printf "%h\n" | sort | uniq | xargs rm -rv
Expand Down