-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates related to moving the project to the owasp-amass organization
- Loading branch information
Showing
59 changed files
with
206 additions
and
272 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
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 |
---|---|---|
|
@@ -67,17 +67,17 @@ changelog: | |
|
||
release: | ||
github: | ||
owner: OWASP | ||
name: Amass | ||
owner: owasp-amass | ||
name: amass | ||
|
||
brews: | ||
- | ||
name: amass | ||
tap: | ||
owner: caffix | ||
owner: owasp-amass | ||
name: homebrew-amass | ||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" | ||
url_template: "https://github.com/OWASP/Amass/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
url_template: "https://github.com/owasp-amass/amass/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
commit_author: | ||
name: caffix | ||
email: [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 |
---|---|---|
@@ -1,14 +1,2 @@ | ||
Jeff Foley <[email protected]> caffix <[email protected]> | ||
Jeff Foley <[email protected]> Jeff Foley <[email protected]> | ||
Jeff Foley <[email protected]> Jeff Foley <[email protected]> | ||
Jeff Foley <[email protected]> Jeff Foley <[email protected]> | ||
Jeff Foley <[email protected]> caffix <[email protected]> | ||
Jeff Foley <[email protected]> caffix <[email protected]> | ||
Jeff Foley <[email protected]> caffix <[email protected]> | ||
Anthony Rhodes <[email protected]> fork-while-fork <[email protected]> | ||
Kian Jamali <[email protected]> KJ202 <[email protected]> | ||
Kian Jamali <[email protected]> Kian Jamali <[email protected]> | ||
Kian Jamali <[email protected]> Kian Jamali <[email protected]> | ||
Kian Jamali <[email protected]> Kian <[email protected]> | ||
Nick Gkogkos <[email protected]> Nick Gk <[email protected]> | ||
Nick Gkogkos <[email protected]> Nikos Gk <[email protected]> | ||
Jeff Foley <[email protected]> caffix <[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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Contributing | ||
|
||
Thank you for considering making contributions to Amass! Start by taking a look at the [open issues](https://github.com/OWASP/Amass/issues) for things we need help with! | ||
Thank you for considering making contributions to Amass! Start by taking a look at the [open issues](https://github.com/owasp-amass/amass/issues) for things we need help with! | ||
|
||
Please follow standard github best practices: fork the repo, branch from the tip of develop, make some commits, and submit a pull request to develop. | ||
|
||
|
@@ -9,17 +9,17 @@ Please make sure to use `gofmt` before every commit - the easiest way to do this | |
## Forking | ||
|
||
Please note that Go requires code to live under absolute paths, which complicates forking. | ||
While the fork for user 'foo' lives at `https://github.com/foo/Amass`, | ||
the code should never exist at `$GOPATH/src/github.com/foo/Amass`. | ||
While the fork for user 'foo' lives at `https://github.com/foo/amass`, | ||
the code should never exist at `$GOPATH/src/github.com/foo/amass`. | ||
Instead, we use `git remote` to add the fork as a new remote for the original repo, | ||
`$GOPATH/src/github.com/OWASP/Amass`, and do all the work there. | ||
`$GOPATH/src/github.com/owasp-amass/amass`, and do all the work there. | ||
|
||
For instance, to create a fork and work on a branch of it, user 'foo' would: | ||
|
||
* Create the fork on github, using the fork button. | ||
* Go to the original repo checked out locally (ie. `$GOPATH/src/github.com/OWASP/Amass`) | ||
* Go to the original repo checked out locally (ie. `$GOPATH/src/github.com/owasp-amass/amass`) | ||
* `git remote rename origin upstream` | ||
* `git remote add origin [email protected]:foo/Amass.git` | ||
* `git remote add origin [email protected]:foo/amass.git` | ||
|
||
Now `origin` refers to the foo fork and `upstream` refers to the OWASP version. | ||
So foo can `git push -u origin master` to update his/her fork, and make pull requests to OWASP from there. | ||
|
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.