-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updating extension api * cleanup * Adding New Result Objects * App Store Enhancements * updating how configs work * update tests and pom.xml
- Loading branch information
Showing
8 changed files
with
90 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
target/* | ||
/target/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"Jira Host" : { | ||
"type": "text", | ||
"value": "https://yourhost.com" | ||
}, | ||
"Jira API Key" : { | ||
"type": "password", | ||
"value": "your api key" | ||
}, | ||
"Jira Email": { | ||
"type" : "text", | ||
"value": "[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
This Extension enables JIRA integration. When the assessment is finalized all vulnerabilities will be sent to JIRA and FACTION will be updated with the JIRA Tracking number. | ||
|
||
To use this extension you must: | ||
1. Get your JIRA API key. Log into JIRA then go to [Profile->Manage Account->Security->API Tokens](https://id.atlassian.com/manage-profile/security/api-tokens). | ||
2. Enter your JIRA API Key and JIRA Hostname into the FACTION App Dashboard. | ||
3. Create a Custom Field to Allow Users to change the location of the JIRA Dashboard. | ||
|
||
You can find more information [here](https://docs.factionsecurity.com/Extending%20FACTION/) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
src/main/resources/META-INF/services/com.faction.extender.AssessmentManager
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.faction.JiraPlugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters