Skip to content

Commit

Permalink
Moving to OWASP for OWASP/wrongsecrets#453
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Oct 31, 2022
1 parent f6bbb22 commit 42c77e5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Contributing

[![GitHub contributors](https://img.shields.io/github/contributors/commjoen/wrongsecrets.svg)](https://github.com/commjoen/wrongsecrets/graphs/contributors)
[![GitHub contributors binaries](https://img.shields.io/github/contributors/commjoen/wrongsecrets-binaries.svg)](https://github.com/commjoen/wrongsecrets-binaries/graphs/contributors)
![GitHub issues by-label "help wanted"](https://img.shields.io/github/issues/commjoen/wrongsecrets/help%20wanted.svg)
[GitHub issues for this project by-label "help wanted"](https://img.shields.io/github/issues/commjoen/wrongsecrets-binaries/help%20wanted.svg)
[![GitHub contributors](https://img.shields.io/github/contributors/OWASP/wrongsecrets.svg)](https://github.com/OWASP/wrongsecrets/graphs/contributors)
[![GitHub contributors binaries](https://img.shields.io/github/contributors/OWASP/wrongsecrets-binaries.svg)](https://github.com/OWASP/wrongsecrets-binaries/graphs/contributors)
![GitHub issues by-label "help wanted"](https://img.shields.io/github/issues/OWASP/wrongsecrets/help%20wanted.svg)
[GitHub issues for this project by-label "help wanted"](https://img.shields.io/github/issues/OWASP/wrongsecrets-binaries/help%20wanted.svg)

This document describes how you can contribute to WrongSecrets. Please read it carefully.

Expand All @@ -17,8 +17,8 @@ This document describes how you can contribute to WrongSecrets. Please read it c

There are a couple of ways on how you can contribute to the project:

* **File [issues](https://github.com/commjoen/wrongsecrets-binaries/issues "WrongSecret Issues")** for missing content or specifically for the binaries here
* **Create a [pull request (PR)](https://github.com/commjoen/wrongsecrets-binaries/pulls "Create a pull request")**. This is a direct contribution to the project and may be merged after review. You should ideally [create an issue](https://github.com/commjoen/wrongsecrets-binaries/issues "WrongSecret-binaries Issues") for any PR you would like to submit, as we can first review the merit of the PR and avoid any unnecessary work. This is of course not needed for small modifications such as correcting typos.
* **File [issues](https://github.com/OWASP/wrongsecrets-binaries/issues "WrongSecret Issues")** for missing content or specifically for the binaries here
* **Create a [pull request (PR)](https://github.com/OWASP/wrongsecrets-binaries/pulls "Create a pull request")**. This is a direct contribution to the project and may be merged after review. You should ideally [create an issue](https://github.com/OWASP/wrongsecrets-binaries/issues "WrongSecret-binaries Issues") for any PR you would like to submit, as we can first review the merit of the PR and avoid any unnecessary work. This is of course not needed for small modifications such as correcting typos.
* **Promote us by giving us a Star or share information via social media**.

## How to get your PR accepted
Expand Down Expand Up @@ -58,17 +58,17 @@ Pull requests should be as small/atomic as possible. Large, wide-sweeping change
origin git@github.com:<your Github handle>/wrongsecrets-binaries.git (fetch)
origin git@github.com:<your Github handle>/wrongsecrets-binaries.git (push)

$ git remote add upstream git@github.com:commjoen/wrongsecrets-binaries.git
$ git remote add upstream git@github.com:OWASP/wrongsecrets-binaries.git

$ git remote -v
origin git@github.com:<your Github handle>/wrongsecrets-binaries.git (fetch)
origin git@github.com:<your Github handle>/wrongsecrets-binaries.git (push)
upstream git@github.com:commjoen/wrongsecrets-binaries.git (fetch)
upstream git@github.com:commjoen/wrongsecrets-binaries.git (push)
upstream git@github.com:OWASP/wrongsecrets-binaries.git (fetch)
upstream git@github.com:OWASP/wrongsecrets-binaries.git (push)
```

See also the GitHub documentation on "[Configuring a remote for a fork](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork "Configuring a remote for a fork")".
5. Choose what to work on, based on any of the outstanding [issues](https://github.com/commjoen/wrongsecrets-binaries/issues "WrongSecrets Issues").
5. Choose what to work on, based on any of the outstanding [issues](https://github.com/OWASP/wrongsecrets-binaries/issues "WrongSecrets Issues").
6. Create a branch so that you can cleanly work on the chosen issue: `git checkout -b FixingIssue66`
7. Open your favorite editor and start making modifications. We recommend using the [IntelliJ Idea](https://www.jetbrains.com/idea/).
8. After your modifications are done, push them to your forked repository. This can be done by executing the command `git add MYFILE` for every file you have modified, followed by `git commit -m 'your commit message here'` to commit the modifications and `git push` to push your modifications to GitHub.
Expand All @@ -94,4 +94,4 @@ Although we greatly appreciate any and all contributions to the project, there a
* The Wrongsecrets project should not be used as a platform for advertisement for commercial tools, companies or individuals. Write-ups should be written with free and open-source tools in mind and commercial tools are typically not accepted, unless as a reference in the security tools section.
* Unnecessary self-promotion of tools or blog posts is frowned upon. If you have a relation with on of the URLs or tools you are referencing, please state so in the PR so that we can verify that the reference is in line with the rest of the guide.
Please be sure to take a careful look at our [Code of Conduct](https://github.com/commjoen/wrongsecrets/blob/master/CODE_OF_CONDUCT.md) for all the details.
Please be sure to take a careful look at our [Code of Conduct](https://github.com/OWASP/wrongsecrets/blob/master/CODE_OF_CONDUCT.md) for all the details.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wrongsecrets-binaries

This is a supportive repository for [OWASP WrongSecrets](https://github.com/commjoen/wrongsecrets).
This is a supportive repository for [OWASP WrongSecrets](https://github.com/OWASP/wrongsecrets).
Here we create our binaries which are included in the official project.
Want to add a challenge related to secrets hiding in binary? Open a ticket at [WrongSecrets issues](https://github.com/commjoen/wrongsecrets/issues).
Want to add a challenge related to secrets hiding in binary? Open a ticket at [WrongSecrets issues](https://github.com/OWASP/wrongsecrets/issues).
Want to fix something you found in one of the binaries: open a ticket or a PR here.
2 changes: 1 addition & 1 deletion golang/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/commjoen/wrongsecrets-binaries/golang
module github.com/OWASP/wrongsecrets-binaries/golang

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion golang/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ THE SOFTWARE.
*/
package main

import "github.com/commjoen/wrongsecrets-binaries/golang/cmd"
import "github.com/OWASP/wrongsecrets-binaries/golang/cmd"

func main() {
cmd.Execute()
Expand Down

0 comments on commit 42c77e5

Please sign in to comment.