Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Signed-off-by: Matty Jones <[email protected]>
  • Loading branch information
mattyjones committed Aug 24, 2020
2 parents 5fbaebe + 4d2e7d4 commit f076bc2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ bin/
__debug_bin
go_build_wraith_
wraith-script.sh
announcement_issue.md
BlogPost.md
notes.md

# Test binary, build with `go test -c`
*.test
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<h4 align="center">Finding digital secrets that were never meant to be found in all corners of the net.</h4>

<p align="center">
<img alt="GitHub go.mod Go version (branch)" src="https://img.shields.io/github/go-mod/go-version/n0moresecr3ts/wraith/develop?style=for-the-badge">
<img alt="GitHub go.mod Go version (branch)" src="https://img.shields.io/github/go-mod/go-version/n0moresecr3ts/wraith?style=for-the-badge">
<img alt="GitHub go.mod Go version (branch)" src="https://img.shields.io/github/go-mod/go-version/n0moresecr3ts/wraith/master?style=for-the-badge">
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/n0moresecr3ts/wraith?style=for-the-badge&label=Latest%20Release">
<img alt="GitHub commits since latest release (by SemVer)" src="https://img.shields.io/github/commits-since/n0moresecr3ts/wraith/latest/develop?style=for-the-badge">
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/n0moresecr3ts/wraith?style=for-the-badge">
<img alt="GitHub commits since latest release (by SemVer)" src="https://img.shields.io/github/commits-since/n0moresecr3ts/wraith/latest?style=for-the-badge">
<br>
<img alt="GitHub issues by-label" src="https://img.shields.io/github/issues-raw/n0moresecr3ts/wraith/Bug?color=RED&label=BUGS&style=for-the-badge">
<img alt="GitHub issues by-label" src="https://img.shields.io/github/issues-raw/n0moresecr3ts/wraith/Feature%20Request?color=38BED3&label=FEATURE%20REQUESTS&style=for-the-badge">
<img alt="Travis (.org) branch" src="https://img.shields.io/travis/mattyjones/wraith/master?label=BUILD%20MASTER&style=for-the-badge">
<img alt="Travis (.org) branch" src="https://img.shields.io/travis/mattyjones/wraith/develop?label=BUILD%20DEVELOP&style=for-the-badge">
<img alt="Travis (.org) branch" src="https://img.shields.io/travis/n0moresecr3ts/wraith/master?label=BUILD%20MASTER&style=for-the-badge">
<img alt="Travis (.org) branch" src="https://img.shields.io/travis/n0moresecr3ts/wraith/develop?label=BUILD%20MASTER&style=for-the-badge">
<br>
<img alt="Code Climate maintainability" src="https://img.shields.io/codeclimate/maintainability/mattyjones/gitrob?style=for-the-badge">
<img alt="Code Climate technical debt" src="https://img.shields.io/codeclimate/tech-debt/mattyjones/gitrob?style=for-the-badge">
Expand Down
2 changes: 1 addition & 1 deletion core/interfaces.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package common contains functionality not critical to the core project but still essential.
// Package core contains base functionality to the project.
package core

// TODO refactor out the common package
Expand Down
16 changes: 15 additions & 1 deletion docs/development/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@
## Milestone 1

### Bugs
<<<<<<< HEAD
=======
- [ ] Gitlab client does not follow redirects
- [ ] Need to confirm if github client follows redirects
- [ ] In gitlab you can have a project w/ no repo, this will error out
- [ ] In github you can have a project w/ no repo, does this error out
>>>>>>> develop
- [X] ~~temp directories are not getting deleted~~
- [X] ~~in-mem-clone is not working properly~~
- [X] ~~there are no findings in a gitlab search~~
Expand All @@ -77,7 +84,6 @@
- [X] ~~there are no findings in a local git search~~
- [ ] Searching through a commit history is present but not effective


### Documentation
- [ ] Document how to add a new command or source
- [ ] Document the tech debt using colors and a shell script
Expand All @@ -86,6 +92,7 @@
- [ ] Document all code completely
- [ ] Create a developer doc with the design and code execution flow
- [ ] Contributing.md
<<<<<<< HEAD
- [ ] wraith
- [ ] wraith-tests
- [ ] wraith-signatures
Expand All @@ -105,6 +112,10 @@
- [ ] wraith
- [ ] wraith-tests
- [ ] wraith-signatures
=======
- [X] ~~Write a new README~~
- [ ] Label issues for begineer and hacktoberfest
>>>>>>> develop
- [ ] Go doc strings
- [ ] common
- [ ] config
Expand Down Expand Up @@ -172,7 +183,10 @@
- [ ] Scan since a given commit
- [ ] Update Signatures command
- [ ] Implement threading for local path scans
<<<<<<< HEAD
- [ ] Ability to use the .gitignoe when scanning for ingoring paths and files
=======
>>>>>>> develop
### Testing
- [ ] Make tech debt fail build process
Expand Down

0 comments on commit f076bc2

Please sign in to comment.