Skip to content

Commit db655e5

Browse files
committed
Remove private info from docs
1 parent 15bf02d commit db655e5

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Security reports
4-
url: mailto:mrsikorarafal@gmail.com
5-
about: Please report security vulnerabilities privately.
4+
url: https://github.com/s1korrrr/codebase-combiner/security/advisories/new
5+
about: Please report security vulnerabilities via private advisories.

INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ npm run package
4949

5050
## Build and Run (recommended)
5151

52-
1. Open Terminal and `cd` to this repo:
52+
1. Open Terminal and `cd` to the app directory:
5353
```sh
54-
cd /Users/s1kor/dev/apps/codebase_combiner/SwiftExplorerApp
54+
cd SwiftExplorerApp
5555
```
5656
2. Build and launch:
5757
```sh
@@ -64,7 +64,7 @@ npm run package
6464
If you've already built once:
6565

6666
```sh
67-
cd /Users/s1kor/dev/apps/codebase_combiner/SwiftExplorerApp
67+
cd SwiftExplorerApp
6868
.build/debug/CodebaseExplorerApp
6969
```
7070

@@ -77,15 +77,15 @@ open .build/debug/CodebaseExplorerApp
7777
## Clean rebuild (if needed)
7878

7979
```sh
80-
cd /Users/s1kor/dev/apps/codebase_combiner/SwiftExplorerApp
80+
cd SwiftExplorerApp
8181
swift clean
8282
swift build
8383
```
8484

8585
## Run Swift tests
8686

8787
```sh
88-
cd /Users/s1kor/dev/apps/codebase_combiner/SwiftExplorerApp
88+
cd SwiftExplorerApp
8989
swift test
9090
```
9191

SECURITY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ Preferred reporting path:
1212

1313
- If hosted on GitHub with Security Advisories enabled, submit a private advisory.
1414
- If that is not available, open a GitHub issue titled “Security Report” with minimal details and request a private follow-up. Maintainers will respond and move the discussion to a private channel.
15-
- You may also contact: [email protected]
1615

1716
We aim to acknowledge reports promptly and provide a timeline for remediation.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.0.1",
66
"license": "MIT",
77
"publisher": "rafal",
8-
"author": "Rafal Sikora <[email protected]>",
8+
"author": "Rafal Sikora",
99
"icon": "assets/icon.png",
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)