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
{{ message }}
This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Amazon CodeGuru is an AWS service that uses program analysis and machine learning to detect potential defects that are difficult for developers to find and offers suggestions for improvement.
4
+
For more information about how to set up and use CodeGuru, see the [Amazon CodeGuru User Guide](https://docs.aws.amazon.com/codeguru/).
4
5
5
-
Be sure to:
6
+
This repo demonstrates some of CodeGuru's Golang detectors. For more descriptions of each detector, see our [Detector Library](https://docs.aws.amazon.com/codeguru/detector-library/index.html).
6
7
7
-
* Change the title in this README
8
-
* Edit your repository description on GitHub
8
+
PLEASE NOTE: This repo is for demonstration purpose only. It is meant to educate people about 'security flaws'. The code examples contain vulnerable code and should not be used for real-word purposes.
9
9
10
-
## Security
10
+
## Getting Help
11
+
12
+
Use the community resources below for getting help with AWS CodeGuru.
13
+
14
+
- Use GitHub issues to report bugs and request features.
15
+
- Open a support ticket with [AWS Support](https://docs.aws.amazon.com/awssupport/latest/user/getting-started.html).
16
+
- For contributing guidelines, refer to [CONTRIBUTING](https://github.com/aws-samples/amazon-codeguru-reviewer-python-detectors/blob/main/CONTRIBUTING.md).
17
+
18
+
## Contributing
11
19
12
20
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
13
21
14
22
## License
15
23
16
-
This project is licensed under the Apache-2.0 License.
17
-
24
+
This project is licensed under the Apache-2.0 License. See the [LICENSE](LICENSE) file.
0 commit comments