Skip to content

Commit

Permalink
chore: replace returntocorp with semgrep in URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
kopecs committed Oct 28, 2024
1 parent d3d7dfa commit a6a928e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changes

- Enable scanning on JavaScript React (.jsx) files by default.
[Semgrep 0.20.0](https://github.com/returntocorp/semgrep/releases/tag/v0.20.0) had just been released
[Semgrep 0.20.0](https://github.com/semgrep/semgrep/releases/tag/v0.20.0) had just been released
with support for JSX tag metavariables.

## 0.1.1 - 2020-08-11
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Inline results and problem highlighting, as well as quick links to the definitions of the rules underlying the findings
- Autofix, which allows you to apply Semgrep's suggested resolution for the findings

<video src="https://github.com/returntocorp/semgrep-vscode/assets/626337/b08d17b6-3fb7-46fe-93ec-09f9257d58a3" controls="controls">
<video src="https://github.com/semgrep/semgrep-vscode/assets/626337/b08d17b6-3fb7-46fe-93ec-09f9257d58a3" controls="controls">
</video>

## Prerequisites
Expand Down Expand Up @@ -36,18 +36,18 @@
```
4. To see detailed vulnerability information, hover over the code that's underlined in yellow. You can also see the findings identified by Semgrep using <kbd>⇧Shift+Ctrl+M</kbd> or <kbd>⌘Command+⇧Shift+M</kbd> (macOS) and opening the **Problems** tab.

<video src="https://github.com/returntocorp/semgrep-vscode/assets/626337/49033d56-f4f4-4b70-8318-1b0ea8e991b5" controls="controls">
<video src="https://github.com/semgrep/semgrep-vscode/assets/626337/49033d56-f4f4-4b70-8318-1b0ea8e991b5" controls="controls">
</video>

## Use the full potential of Semgrep

Try Autofix.

https://github.com/returntocorp/semgrep-vscode/assets/626337/3b6a730d-57e9-48a4-8065-9fa52388d77a
https://github.com/semgrep/semgrep-vscode/assets/626337/3b6a730d-57e9-48a4-8065-9fa52388d77a

Add and update new rules to expand Semgrep extension capabilities.

https://github.com/returntocorp/semgrep-vscode/assets/626337/fed6b6ec-e0b5-495b-a488-4f3c805dd58b
https://github.com/semgrep/semgrep-vscode/assets/626337/fed6b6ec-e0b5-495b-a488-4f3c805dd58b

Fine-tune and customize the rules Semgrep uses to improve your scan results:

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"onStartupFinished"
],
"publisher": "Semgrep",
"repository": "https://github.com/returntocorp/semgrep-vscode",
"repository": "https://github.com/semgrep/semgrep-vscode",
"icon": "semgrep-icon.png",
"galleryBanner": {
"color": "#ffffff",
Expand Down Expand Up @@ -276,7 +276,7 @@
"markdown": "walkthrough/3-support.md"
},
"completionEvents": [
"onLink:https://github.com/returntocorp/semgrep-vscode/issues",
"onLink:https://github.com/semgrep/semgrep-vscode/issues",
"onLink:https://go.semgrep.dev/slack"
]
}
Expand Down
2 changes: 1 addition & 1 deletion walkthrough/3-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This extension is made to help you. We’d love your feedback to improve it furt

Don't hesitate to

- raise a ticket in [our GitHub repo](https://github.com/returntocorp/semgrep-vscode/issues),
- raise a ticket in [our GitHub repo](https://github.com/semgrep/semgrep-vscode/issues),
- or reach out on [Slack](https://go.semgrep.dev/slack).

Step into our Slack community to get answers to your questions and share knowledge with others.
Expand Down

0 comments on commit a6a928e

Please sign in to comment.