Skip to content

Commit

Permalink
Merge pull request #7 from google/kaank
Browse files Browse the repository at this point in the history
Clean up non-code files
  • Loading branch information
kaankivilcim authored Jan 10, 2024
2 parents 0053c51 + a60cea0 commit 6cbb517
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 25 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2023-01-10

- Initial tagged release with all planned functionality
43 changes: 23 additions & 20 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
# How to Contribute

We'd love to accept your patches and contributions to this project. There are
just a few small guidelines you need to follow.
We would love to accept your patches and contributions to this project.

## Contributor License Agreement
## Before you begin

Contributions to this project must be accompanied by a Contributor License
Agreement (CLA). You (or your employer) retain the copyright to your
contribution; this simply gives us permission to use and redistribute your
contributions as part of the project. Head over to
<https://cla.developers.google.com/> to see your current agreements on file or
to sign a new one.
### Sign our Contributor License Agreement

You generally only need to submit a CLA once, so if you've already submitted one
(even if it was for a different project), you probably don't need to do it
again.
Contributions to this project must be accompanied by a
[Contributor License Agreement](https://cla.developers.google.com/about) (CLA).
You (or your employer) retain the copyright to your contribution; this simply
gives us permission to use and redistribute your contributions as part of the
project.

## Code Reviews
If you or your current employer have already signed the Google CLA (even if it
was for a different project), you probably don't need to do it again.

All submissions, including submissions by project members, require review. We
use GitHub pull requests for this purpose. Consult
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
information on using pull requests.
Visit <https://cla.developers.google.com/> to see your current agreements or to
sign a new one.

### Review our Community Guidelines

This project follows [Google's Open Source Community
Guidelines](https://opensource.google/conduct/).

## Community Guidelines
## Contribution process

This project follows
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).
### Code Reviews

All submissions, including submissions by project members, require review. We
use [GitHub pull requests](https://docs.github.com/articles/about-pull-requests)
for this purpose.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2022 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Empty file removed Rakefile
Empty file.
6 changes: 3 additions & 3 deletions safe_active_record.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
Gem::Specification.new do |s|
s.name = 'safe_active_record'
s.version = '0.1.0'
s.summary = 'Safe Active Rercord against SQLi!'
s.description = 'A shim Gem to enforce "constant literals" to Active Record query APIs to defend against SQLi.'
s.authors = ['Shuyang Wang', 'Sam Marder']
s.summary = 'Security middleware to defend against SQL injection in Active Record.'
s.description = s.summary
s.authors = ['Shuyang Wang', 'Sam Marder', 'Camille Schneider']
s.files = Dir['lib/**/*.rb']
s.license = 'Apache-2.0'
s.metadata['rubygems_mfa_required'] = 'true'
Expand Down

0 comments on commit 6cbb517

Please sign in to comment.