Skip to content

Commit

Permalink
Removed surface level OWASP labeling from projet except for where req…
Browse files Browse the repository at this point in the history
…uired
  • Loading branch information
stevespringett committed Dec 11, 2017
1 parent 305d012 commit 7930d54
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<artifactId>dependency-check-jenkins-plugin</artifactId>

<name>OWASP Dependency-Check Plugin</name>
<name>Dependency-Check Plugin</name>
<version>3.0.3-SNAPSHOT</version>
<packaging>hpi</packaging>
<inceptionYear>2012</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">

<f:section title="OWASP Dependency-Check">
<f:section title="Dependency-Check">

<f:entry title="${%temp.path}" field="tempPath"
help="/plugin/dependency-check-jenkins-plugin/help-temppath.html">
Expand Down Expand Up @@ -100,7 +100,7 @@ limitations under the License.
<f:checkbox id="quickquery.enabled" name="isQuickQueryTimestampEnabled" checked="${instance.isQuickQueryTimestampEnabled}"/>
</f:entry>

<f:section title="OWASP Dependency-Check: ${%analyzers.standard}">
<f:section title="Dependency-Check: ${%analyzers.standard}">
<f:entry title="${%jar.enabled}" description="" help="/plugin/dependency-check-jenkins-plugin/help-jar-analyzer-enabled.html">
<f:checkbox id="jar.enabled" name="isJarAnalyzerEnabled" checked="${instance.isJarAnalyzerEnabled}"/>
</f:entry>
Expand Down Expand Up @@ -135,7 +135,7 @@ limitations under the License.
</f:entry>
</f:section>

<f:section title="OWASP Dependency-Check: ${%analyzers.experimental}">
<f:section title="Dependency-Check: ${%analyzers.experimental}">
<f:entry title="${%autoconf.enabled}" description="" help="/plugin/dependency-check-jenkins-plugin/help-autoconf-analyzer-enabled.html">
<f:checkbox id="autoconf.enabled" name="isAutoconfAnalyzerEnabled" checked="${instance.isAutoconfAnalyzerEnabled}"/>
</f:entry>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">

<f:section title="OWASP Dependency-Track">
<f:section title="Dependency-Track">

<f:entry title="${%dependencytrack.url}" field="dependencyTrackUrl" help="/plugin/dependency-check-jenkins-plugin/help-dt-url.html">
<f:textbox id="dependencytrack.url"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

Builder.Name=Invoke OWASP Dependency-Check analysis
Builder.UpdateOnly.Name=Invoke OWASP Dependency-Check NVD update only
Publisher.Name=Publish OWASP Dependency-Check results
Publisher.DependencyTrack.Name=Publish results to OWASP Dependency-Track
Builder.Name=Invoke Dependency-Check analysis
Builder.UpdateOnly.Name=Invoke Dependency-Check NVD update only
Publisher.Name=Publish Dependency-Check results
Publisher.DependencyTrack.Name=Publish results to Dependency-Track

ProjectAction.Name=Dependency-Check Vulnerabilities

Expand Down Expand Up @@ -71,7 +71,7 @@ Executor.DirCreated.Output=Output directory created
Failure.Database.Connect=Unable to connect to the Dependency-Check database
Failure.Database.Properties=Unable to retrieve database properties
Failure.Database.Update=Unable to update the Dependency-Check database
Failure.Java.Version=OWASP Dependency-Check requires Java 7 or higher. Unable to continue.
Failure.Java.Version=Dependency-Check requires Java 7 or higher. Unable to continue.
Failure.Collection=One or more exceptions were thrown while executing Dependency-Check

DtrackBuilder.Publishing=Publishing Dependency-Check results to Dependency-Track
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/help-dt-url.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div>
The base URL to OWASP Dependency-Track v3 or higher. (i.e. http://hosname:port)
The base URL to Dependency-Track v3 or higher. (i.e. http://hosname:port)
</div>

0 comments on commit 7930d54

Please sign in to comment.