You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-27Lines changed: 0 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,33 +40,6 @@ There are multiple ways in which you can contribute to the project:
40
40
1. If you are a developer and trying to start on to the project, then the suggestion is to go through the list of [issues](https://github.com/SasanLabs/VulnerableApp/issues) which contains `good first issue` which can be a good starter.
41
41
2. If you are a developer or a security professional looking to add new Vulnerability type then you can Generate the Sample Vulnerability by running `./gradlew GenerateSampleVulnerability`. It will generate the Sample Vulnerability template which has placeholders and comments. Modified files can be seen in the logs of the command or in the github history. You can navigate to those files, fill in the placeholders and then build the project to see the effect of the changes.
42
42
3. In case you are looking to contribute to the project by publicising it or working on the growth of the project, please feel free to add your thoughts to discussions section or issues and we can discuss over them.
43
-
### Semantic Versioning ###
44
-
Leveraging GitHub workflow and actions, semantic versioning is automated.
45
-
When committing your feature, you have the option to increment the version's major, minor, or patch value
46
-
by including <code>+semver:[major|minor|patch]</code> in your commit message. Major, minor, patch values are the
47
-
strings 'major', 'minor', and 'patch'.
48
-
49
-
Examples:
50
-
```properties
51
-
git commit -m "some text +semver:major"
52
-
git commit -m "+semver:minor some text"
53
-
git commit -m "+semver:patch some text"
54
-
```
55
-
By default, if the version is not provided in the commit message, then patch is incremented.
56
-
57
-
The updated version is used to create a tag for the latest published release on GitHub and DockerHub.
0 commit comments