Skip to content

Commit

Permalink
Merge pull request #209 from electric-cloud/FLOWPLUGIN-8615
Browse files Browse the repository at this point in the history
 Fix Open Redirect Vulnerability and XSS, cookie stealing.
  • Loading branch information
valpere authored Oct 23, 2020
2 parents 3be2ac9 + a1634e8 commit 19240a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ buildscript {
}

repositories {
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
jcenter()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}

group = "com.electriccloud"
description = "Plugins : EC-WebLogic"
version = "3.5.2"
version = "3.5.3"

apply plugin: 'flow-gradle-plugin'
apply plugin: 'license'
Expand Down
2 changes: 2 additions & 0 deletions help/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
3.5.3:
- Fixed Open Redirect Vulnerability and XSS, cookie stealing.
3.5.2:
- The documentation has been migrated to the main site.
3.5.1:
Expand Down

0 comments on commit 19240a9

Please sign in to comment.