Skip to content

Commit

Permalink
Update copyright and links
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercamp committed Sep 19, 2022
1 parent 1039772 commit 2ea6172
Show file tree
Hide file tree
Showing 43 changed files with 446 additions and 23 deletions.
10 changes: 4 additions & 6 deletions README.md
@@ -1,8 +1,8 @@
# Code Dx Jenkins Plugin

Allows Jenkins to push source and build artifacts to [Code
Dx](http://codedx.com/) and display the aggregated results of its [full
suite](http://codedx.com/supported-tools/) of analysis tools.
Dx](https://www.synopsys.com/software-integrity/code-dx.html) and display the aggregated results of its [full
suite](https://community.synopsys.com/s/document-item?bundleId=codedx&topicId=user_guide%2FAnalysis%2Fimporting-scan-results.html&_LANG=enus) of analysis tools.

#### Notes

Expand All @@ -22,16 +22,14 @@ suite](http://codedx.com/supported-tools/) of analysis tools.
- Prevent serious issues from slipping through the cracks by
configuring Jenkins to fail your builds with customizable Code Dx
findings criteria
- For more information see the [Code Dx
overview](http://codedx.com/product-overview/)

![](doc/results-tables.png)

![](doc/trend-graphs.png)

## Requirements

A [Code Dx server](http://www.codedx.com/) deployment with an API Key
A [Code Dx server](https://www.synopsys.com/software-integrity/code-dx.html) deployment with an API Key
created from the Code Dx admin page.

## Documentation
Expand All @@ -42,4 +40,4 @@ instructions on how to configure your build.

## Contact

<support@codedx.com>
[Visit the Synopsys Community Forums for support.](https://community.synopsys.com/s/)
@@ -1,6 +1,6 @@
/*
*
* Copyright 2014 Applied Visions
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,6 +1,6 @@
/*
*
* Copyright 2014 Applied Visions
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,6 +1,6 @@
/*
*
* Copyright 2014 Applied Visions
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,3 +1,20 @@
/*
*
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License
*
*/

package com.secdec.codedx.api.client;

import org.apache.http.client.methods.HttpRequestBase;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/secdec/codedx/api/client/CountGroup.java
@@ -1,6 +1,6 @@
/*
*
* Copyright 2014 Applied Visions
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,6 +1,6 @@
/*
*
* Copyright 2014 Applied Visions
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,6 +1,6 @@
/*
*
* Copyright 2014 Applied Visions
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/secdec/codedx/api/client/Filter.java
@@ -1,6 +1,6 @@
/*
*
* Copyright 2014 Applied Visions
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,6 +1,6 @@
/*
*
* Copyright 2014 Applied Visions
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,6 +1,6 @@
/*
*
* Copyright 2014 Applied Visions
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/secdec/codedx/api/client/Job.java
@@ -1,6 +1,6 @@
/*
*
* Copyright 2014 Applied Visions
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/secdec/codedx/api/client/Project.java
@@ -1,6 +1,6 @@
/*
*
* Copyright 2014 Applied Visions
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,6 +1,6 @@
/*
*
* Copyright 2014 Applied Visions
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/com/secdec/codedx/api/client/TriageStatus.java
@@ -1,3 +1,20 @@
/*
*
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License
*
*/

package com.secdec.codedx.api.client;

public class TriageStatus {
Expand Down
@@ -1,3 +1,20 @@
/*
*
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License
*
*/

package com.secdec.codedx.security;

/**
Expand Down
@@ -1,3 +1,20 @@
/*
*
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License
*
*/

package com.secdec.codedx.security;

import java.security.cert.CertificateException;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/com/secdec/codedx/security/ExtraCertManager.java
@@ -1,3 +1,20 @@
/*
*
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License
*
*/

package com.secdec.codedx.security;

import java.io.IOException;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/com/secdec/codedx/security/FingerprintStrategy.java
@@ -1,3 +1,20 @@
/*
*
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License
*
*/

package com.secdec.codedx.security;

import com.secdec.codedx.util.HashUtil;
Expand Down
@@ -1,3 +1,20 @@
/*
*
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License
*
*/

package com.secdec.codedx.security;

import java.security.cert.Certificate;
Expand Down
@@ -1,3 +1,20 @@
/*
*
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License
*
*/

package com.secdec.codedx.security;

import org.apache.http.conn.ssl.SSLConnectionSocketFactory;
Expand Down
@@ -1,3 +1,20 @@
/*
*
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License
*
*/

package com.secdec.codedx.security;

import java.io.IOException;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/com/secdec/codedx/security/SingleCertManager.java
@@ -1,3 +1,20 @@
/*
*
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License
*
*/

package com.secdec.codedx.security;

import java.io.File;
Expand Down
@@ -1,3 +1,20 @@
/*
*
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License
*
*/

package com.secdec.codedx.security;

import java.util.Set;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/com/secdec/codedx/util/CodeDxVersion.java
@@ -1,3 +1,20 @@
/*
*
* © 2022 Synopsys, Inc. All rights reserved worldwide.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License
*
*/

package com.secdec.codedx.util;

import java.util.regex.Matcher;
Expand Down

0 comments on commit 2ea6172

Please sign in to comment.