forked from OWASP-BLT/BLT-Flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all instances of the last app name, changed to BLT (OWASP-BLT#215
) * Remove all instances of the last app name, changed to BLT * remove redundant file * Update .github/workflows/issue-assign.yml Co-authored-by: Fred Falcon <7475382+fredfalcon@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Fred Falcon <7475382+fredfalcon@users.noreply.github.com> * revert deleted icons * Update about constants * refactor link * refactor all links * One baseUrl across all endpoint files * fix a url * revert a change in Info.plist * remove old logos again * revert ios icons * revert web folder * fix base url * update screenshots * update screenshot * revert changes in Info.plist * replace info.plist with the original file to fix indentation --------- Co-authored-by: Fred Falcon <7475382+fredfalcon@users.noreply.github.com>
- Loading branch information
1 parent
0a28778
commit 9c5eae1
Showing
102 changed files
with
346 additions
and
2,102 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,36 @@ | ||
# This file tracks properties of this Flutter project. | ||
# Used by Flutter tool to assess capabilities and perform upgrades etc. | ||
# | ||
# This file should be version controlled and should not be manually edited. | ||
# This file should be version controlled. | ||
|
||
version: | ||
revision: 4d7946a68d26794349189cf21b3f68cc6fe61dcb | ||
revision: 9944297138845a94256f1cf37beb88ff9a8e811a | ||
channel: stable | ||
|
||
project_type: app | ||
|
||
# Tracks metadata for the flutter migrate command | ||
migration: | ||
platforms: | ||
- platform: root | ||
create_revision: 9944297138845a94256f1cf37beb88ff9a8e811a | ||
base_revision: 9944297138845a94256f1cf37beb88ff9a8e811a | ||
- platform: android | ||
create_revision: 9944297138845a94256f1cf37beb88ff9a8e811a | ||
base_revision: 9944297138845a94256f1cf37beb88ff9a8e811a | ||
- platform: ios | ||
create_revision: 9944297138845a94256f1cf37beb88ff9a8e811a | ||
base_revision: 9944297138845a94256f1cf37beb88ff9a8e811a | ||
- platform: web | ||
create_revision: 9944297138845a94256f1cf37beb88ff9a8e811a | ||
base_revision: 9944297138845a94256f1cf37beb88ff9a8e811a | ||
|
||
# User provided section | ||
|
||
# List of Local paths (relative to this file) that should be | ||
# ignored by the migrate tool. | ||
# | ||
# Files that are not part of the templates will be ignored by default. | ||
unmanaged_files: | ||
- 'lib/main.dart' | ||
- 'ios/Runner.xcodeproj/project.pbxproj' |
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 |
---|---|---|
@@ -1,54 +1 @@ | ||
|
||
<div align=center> | ||
<img src="./assets/logo_white.svg" width=400> | ||
</div> | ||
<hr><br> | ||
|
||
<img src="https://api.codemagic.io/apps/62313f4cc7f7cf30b70c778b/62313f4cc7f7cf30b70c778a/status_badge.svg"><br/> | ||
|
||
## BugHeist Mobile App | ||
`Report Issues, Win Prizes!` | ||
|
||
<div> | ||
<br/> | ||
<img src="./assets/github/gh_screen1.png" width=150>   | ||
<img src="./assets/github/gh_screen2.png" width=150>   | ||
<img src="./assets/github/gh_screen3.png" width=150>   | ||
<img src="./assets/github/gh_screen4.png" width=150>   | ||
<br/><br/> | ||
</div> | ||
|
||
### Check exiting issues. | ||
Find the bugs and issues in current websites, maybe help fixing 'em too? | ||
|
||
### Report Bugs | ||
Heist those sneaky bugs on different websites and apps & report them. Get rewards too, companies are held accountable! | ||
|
||
### Get Renowned | ||
Fight with other like minded bug and bounty hunters across the word to get on top of the leaderboard! | ||
|
||
## About BugHeist | ||
BugHeist is a bug-hunting & logging tool which allows you, the user or company to hunt for bugs, claim bug hounties and allow you to start bughunting spree/contest respectively. The best part? All of it is opensourced! | ||
|
||
## Contributing | ||
We welcome any contributions big or small. To start contributing, start with anything like opening an issue, pull request, suggesting a documentation etc. | ||
|
||
__If you want to see a complete Contribution Guide, check it out [here.](./CONTRIBUTING.md)__ | ||
|
||
_Please make sure `flutter analyze` works before submitting the pull request._ | ||
|
||
- ### New to flutter? | ||
A few resources to get you started: | ||
|
||
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) | ||
|
||
- ### Are you a designer? | ||
We got your back! If you want to help up with the UI mockups, design and prototyping refer the below links: | ||
|
||
- New Design file: https://www.figma.com/file/NYD5WZzJywnO338lchnece/BugHeist?node-id=7%3A634 | ||
- Old design file: https://www.figma.com/file/s0xuxeU6O2guoWEfA9OElZ/Bugheist-Full-Design?node-id=513%3A771 | ||
|
||
<br/> | ||
|
||
_Looking for the BugHeist website? Check it out [here](https://www.bugheist.com)!_ | ||
https://owasp.org/www-project-bug-logging-tool/ |
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
2 changes: 1 addition & 1 deletion
2
.../example/flutter_bugheist/MainActivity.kt → .../main/kotlin/com/apps/blt/MainActivity.kt
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,4 +1,4 @@ | ||
package com.apps.bugheist | ||
package com.apps.blt | ||
|
||
import io.flutter.embedding.android.FlutterActivity | ||
|
||
|
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.