Skip to content

Commit

Permalink
Fixing SECURITY-1854
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed May 20, 2020
1 parent 942ef69 commit 4162794
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ gradlew
build
.okhttpcache
.idea/
pom.xml.*
release.properties
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Changelog of Violation Comments to Bitbucket Server Plugin.

## Unreleased
### No issue

**Fixing SECURITY-1854**


[5dac027248a6f26](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/5dac027248a6f26) Tomas Bjerre *2020-05-20 14:55:29*


## 1.114
### GitHub #82

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
| [_Infer_](http://fbinfer.com/) | `PMD` | Facebook Infer. With `--pmd-xml`.
| [_JCReport_](https://github.com/jCoderZ/fawkez/wiki/JcReport) | `JCREPORT` |
| [_JSHint_](http://jshint.com/) | `JSLINT` | With `--reporter=jslint` or the CHECKSTYLE parser with `--reporter=checkstyle`
| [_JUnit_](https://junit.org/junit4/) | `JUNIT` |
| [_JUnit_](https://junit.org/junit4/) | `JUNIT` | It only contains the failures.
| [_KTLint_](https://github.com/shyiko/ktlint) | `CHECKSTYLE` |
| [_Klocwork_](http://www.klocwork.com/products-services/klocwork/static-code-analysis) | `KLOCWORK` |
| [_KotlinGradle_](https://github.com/JetBrains/kotlin) | `KOTLINGRADLE` | Output from Kotlin Gradle Plugin.
Expand Down Expand Up @@ -80,6 +80,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
| [_SwiftLint_](https://github.com/realm/SwiftLint) | `CHECKSTYLE` | With `--reporter checkstyle`.
| [_TSLint_](https://palantir.github.io/tslint/usage/cli/) | `CHECKSTYLE` | With `-t checkstyle`
| [_XMLLint_](http://xmlsoft.org/xmllint.html) | `XMLLINT` |
| [_XUnit_](https://xunit.net/) | `XUNIT` | It only contains the failures.
| [_YAMLLint_](https://yamllint.readthedocs.io/en/stable/index.html) | `YAMLLINT` | With `-f parsable`
| [_ZPTLint_](https://pypi.python.org/pypi/zptlint) | `ZPTLINT` |

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<jenkins.version>2.7.4</jenkins.version>
<findbugs.failOnError>false</findbugs.failOnError>
<maven.javadoc.skip>true</maven.javadoc.skip>
<violation-comments-lib>1.90</violation-comments-lib>
<violations-lib>1.110</violations-lib>
<violations-maven>1.34</violations-maven>
<violation-comments-lib>1.92</violation-comments-lib>
<violations-lib>1.116</violations-lib>
<violations-maven>1.36</violations-maven>
<changelog>1.61</changelog>
<fmt>2.9</fmt>
</properties>
Expand Down

0 comments on commit 4162794

Please sign in to comment.