Go to file
dependabot[bot] 75f4e04b40
chore: bump json from 20220924 to 20230227 in /app/server/appsmith-interfaces (#22443)
Bumps [json](https://github.com/douglascrockford/JSON-java) from
20220924 to 20230227.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/douglascrockford/JSON-java/releases">json's
releases</a>.</em></p>
<blockquote>
<h2>20230227</h2>
<table>
<thead>
<tr>
<th>Pull Request</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/723">#723</a></td>
<td>Protect JSONML from stack overflow exceptions caused by
recursion</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/720">#720</a></td>
<td>Limit the XML nesting depth for CVE-2022-45688</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/711">#711</a></td>
<td>Revert pull 707 - interviewbit spam</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/704">#704</a></td>
<td>Move javadoc comments above the interface definition to make it
visible</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/703">#703</a></td>
<td>Update Releases.md for JSONObject(Map): Throws NPE if key is
null</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/696">#696</a></td>
<td>Update JSONPointerTest for NonDex compatibility</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/694">#694</a></td>
<td>Pretty print XML</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/692">#692</a></td>
<td>Example.md syntax highlight and indentation</td>
</tr>
<tr>
<td><a
href="https://redirect.github.com/douglascrockford/JSON-java/issues/691">#691</a></td>
<td>Create unit tests for various number formats</td>
</tr>
</tbody>
</table>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md">json's
changelog</a>.</em></p>
<blockquote>
<p>20230227    Fix for CVE-2022-45688 and recent commits</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/douglascrockford/JSON-java/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.json:json&package-manager=maven&previous-version=20220924&new-version=20230227)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/appsmithorg/appsmith/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 09:04:17 +05:30
.github chore: Delete unused close-label.yml 2023-04-18 07:43:58 +05:30
app chore: bump json from 20220924 to 20230227 in /app/server/appsmith-interfaces (#22443) 2023-04-18 09:04:17 +05:30
contributions feat: Add functionality to opt out plugin from airgap instance (#22098) 2023-04-06 23:15:03 +05:30
deploy fix: appsmithctl restore overwrites the MONGODB URI (#22229) 2023-04-18 06:52:36 +05:30
scripts ci: uncomment debug statements and clear dps when merged (#22463) 2023-04-17 15:45:52 +05:30
static docs: added "How Appsmith Works" image to README (#18967) 2022-12-15 15:04:33 +05:30
utils/observability feat: Server side observability (#19828) 2023-02-07 14:26:18 +05:30
.deepsource.toml Create .deepsource.toml (#3593) 2021-03-19 11:40:59 +05:30
.env.example fix: Remove extra event and old disable var (#20624) 2023-02-15 19:16:04 +05:30
.gitignore chore: Add cypress.env.json to gitIgnore (#21413) 2023-03-16 10:14:32 +05:30
.imgbotconfig Added imgbot config file (#1655) 2020-11-09 17:52:53 +05:30
.nojekyll Add a nojekyll file for helm charts to work 2021-11-26 14:04:22 +05:30
app.json fix: Update app.json, Heroku deployment is broken (#19540) 2023-02-17 10:58:35 +05:30
appsmith_events.md docs: Updated appsmith_events.md and SECURITY.md (#8921) 2021-11-12 13:42:41 +05:30
appsmith_templates.md feat: migrate from org to workspace under phase 3 (#14158) 2022-07-20 17:24:16 +05:30
appsmith-1.3.0.tgz ci: Publish Appsmith helm chart (#9540) 2021-12-03 01:58:08 +05:30
ci-debug.sh ci: CI optimisation to reduce ci-test run time and modularise docker image building (#21219) 2023-03-10 12:51:32 +05:30
CODE_OF_CONDUCT.md Readme (#11) 2020-07-01 16:42:41 +05:30
CONTRIBUTING.md docs: Updating contribution guidelines (#18190) 2022-11-23 11:41:40 +05:30
depot.json ci: Fixing the RTS build workflow (#16748) 2022-09-14 14:24:20 +05:30
Dockerfile feat: Updated appsmithctl node version to v16.x (#21320) 2023-03-14 17:04:52 +05:30
heroku.yml Heroku Button implementation (#1721) 2020-11-18 18:53:59 +05:30
index.yaml ci: Publish Appsmith helm chart (#9540) 2021-12-03 01:58:08 +05:30
IssuesReport.md Feature/hacktoberfest (#841) 2020-09-30 23:23:10 +05:30
LICENSE Update LICENSE 2021-05-27 12:53:55 +05:30
list Table UI test cases (#5910) 2021-08-21 12:34:23 +05:00
README.md Update top contributors 2023-04-18 06:57:50 +05:30
SECURITY.md docs: Updated appsmith_events.md and SECURITY.md (#8921) 2021-11-12 13:42:41 +05:30
yarn.lock feat: wds button refactoring (#21849) 2023-04-05 18:09:11 +05:30



Appsmith Logo


Appsmith is an open-source platform to build, deploy, and maintain internal apps. You can build anything from simple CRUD apps, admin panels, dashboards to custom business apps and complicated multi-step workflows.

Discord GitHub commit activity

Get StartedYouTubeTemplates


How Appsmith Works

Build Apps in 4 Steps

1. Build your UI

Build your UI with our drag and drop UI builder. Use 45+ pre-built, customizable widgets including tables, charts, lists, modals, forms, and more. Docs

connect-data

2. Connect to your data

Connect to your data with our connectors: databases (PostgresQL, MongoDB, Amazon S3, and many more), SaaS providers (like Google Sheets, Airtable, Twilio) or any GraphQL/REST API. Docs

connect-data

3. Connect the data to the UI

Connect the data to the UI by configuring the components. Where needed, you can use the Javascript IDE to create more advanced features and data transformations - the sky is the limit! Docs

connect-data

4. Deploy your app

Deploy your app on our free, cloud-hosted version or to any platform of your choice - Docker, Kubernetes, AWS, DigitalOcean, Heroku, and more. Docs

connect-data

Features

Appsmith makes it easy to create powerful utility applications organized across multiple workspaces. Here are a few notable features of Appsmith. We ship new features, bug fixes, and performance improvements regularly. Read our release notes to stay updated.

🔥 UI builder with a library of 45+ widgets such as

  • Tables
  • Charts
  • Forms
  • Lists
  • Buttons
  • Checkboxes
  • Filepicker
  • Modals ...and more. All widgets come with properties that can be visually edited to set their data, change their styles, and trigger actions from them.

❇️ Native integrations available with the following databases. You can also connect with most other tools through the RESTful API plugin or using our SaaS connectors.

  • PostgresSQL
  • MongoDB
  • MySQL
  • Elasticsearch
  • DynamoDB
  • Redis
  • Microsoft SQL Server
  • Firestore
  • Redshift
  • S3
  • Snowflake
  • ArangoDB
  • SMTP

🛠️ API client and query builder lets you run RESTful API, GraphQL, or database queries within connected datasources.

🚀 JavaScript code support. You can use JavaScript inside {{ }} anywhere in Appsmith. You can reference every entity in Appsmith as a JavaScript variable and perform all JavaScript functions and operations on them. Our in-built JS editor gives the full IDE experience with multiline editing, autocomplete, linting and debugging.

🔄 Version control with Git allows multiple developers to add their work in a git branch, raise a pull request for code reviews, integrate with CI/CD pipelines, and provide a commit history to go back to a previous version if something were to go wrong. You can connect to any popular version control tool of our liking: GitHub, Gitlab, Bitbucket, AWS Code Commit and more.

🎨 App theming to style your app pages and widgets and to customize the visual layout of your app in one click.

⚙️ Access control available to assign different roles to different team members while sharing the app. Appsmith implements RBAC by assigning a set of permissions to different user roles. These permissions determine the actions users can take on the platform. You can allow external users to access applications built using Appsmith by inviting them to the workspace.

🔑 Solid 256-bit encryption. Appsmith apps are secure by default. All connections are TLS-encrypted, and credentials are encrypted with AES-256 so we can't see any of your data. For added security, try our self-hosted options.

Watch the video

Support and Community

Issues are inevitable. When you have one, our entire team and our active developer community is around to help.

💬 Ask for help on Discord
📄 Find a solution in our Documentation
⚠️ Open an issue right here on GitHub
💡Use our learning resources: Templates, Tutorials, and Videos

Deployment Options

While you can always start building apps right away using the cloud-hosted version, here are the resources for deploying Appsmith on different platforms:

Installation Methods Documentation
Docker Docker - Docs
Kubernetes K8s - Docs
AWS AWS AMI - Docs
Other Methods Docs

How to Contribute

We ❤️ our contributors. We're committed to fostering an open, welcoming, and safe environment in the community.

📕 We expect everyone participating in the community to abide by our Code of Conduct. Please read and follow it.
🤝 If you'd like to contribute, start by reading our Contribution Guide.
🧩 Set up your local environment.
👾 Explore some good first issues.

Lets build great software together.

Top Contributors

Nikhil-Nandagopal mohanarpit hetunandu trishaanand sharat87 riodeuno vicky-primathon akash-codemonk satbir121 nidhi-nair Tooluloope sumitsum AnaghHegde NandanAnantharamu arunvjn nayan-rafiq Aishwarya-U-R abhvsn jsartisan ankitakinger yaldram Rishabh-Rathod ohansFavour aswathkk sbalaji1192 Irongade SatishGandham prsidhu yatinappsmith sidhantgoel somangshu ApekshaBhosale pranavkanade rahulramesha Parthvi12 marks0351 albinAppsmith AmanAgarwal041 ashit-rath ayushpahwa eco-monk areyabhishek rimildeyjsr keyurparalkar vishnu-gp sarojsarab berzerkeer ChandanBalajiBP pratapaprasanna sneha122 megaconfidence sum35h vihar subrata71 dhruvikn nsarupr Vijetha-Kaja tanvibhakta NilanshBansal sondermanish prapullac vsvamsi1 Druthi rohitagarwal88 PiyushPushkar02 ravikp7 Pranay105 KelvinOm ankitsrivas14 ramsaptami rajatagrawal gitstart-appsmith sanveer-osahan vivonk kocharrahul7 AS-Laguna dipyamanbiswas07 jacquesikot RakshaKShetty Rishabhkaul rohan-arthur tejasahluwalia dilippitchika ichik hiteshjoshi rlnorthcutt tomjose92 andreevanatasha rahulbarwal sw4ti493 ginilpg abm17 sribalajig infinitetrooper RoopKrrish9696 bharath31 dvj1988 riteshkew GreenFlux danciaclara Debsourabh shadabbuchh harshilp24 spark-c Vidushi-Gupta aakashDesign appsmith-bot shastry-gg AnandiKulkarni momcilo-appsmith shwetha-ramesh vasanth-appsmith parth-appsmith Richarex chandannkumar jnikhila vinay-appsmith ame-appsmith btsgh Sripriya93 theparthacus laveena-en pranayagarwal96 kamakshibhat-appsmith felix-appsmith AnandShahs123 BharghaviK carinanfonseca abhiappsmith rishabhsaxena wmdev0808 techbhavin haojin111 devrk96 vibhandikyash ofpiyush rashmigowda55 ankurrsinghal geekup-legodevops danieldare Nikhil-Curefit souma-ghosh arslanhaiderbuttar rashmi-rai leotom2000 Adityaacharya1807 RashmiNagarajp kaushik94 akshayrangasaid mojtab23 iamrkcheers sumanthyedoti vaibh1297 vnodecg pc9795 Rhitottam akshay11298 daniel-shuy daniloff200 osis ganganimaulik jyash97 ram-primathon sub1983 sanjus-robotic-studio AR10X shreemaan-abhishek A-Scratchy manish535 iSatVeerSingh shinnlok suhasranganath ThakurKarthik trdillon acharyaaditya18 amogh2019 appsmithguru pric-appsmith sunil-codemonk vvkpd ajinkyakulkarni Cool-Runningz akbansa ArjobanSingh bharat-patodi Bhavin789 bhuvanaindukuri donno2048 jacobwgillespie reachtokish nuwan94 OmkarPh parthiv11 rafaeelaudibert samyakjain10 Jain-Sanchit irfan-ansari-au28 sheetal2001p Hard-Coder05 vj-codes knockknockyoo jdun28 alphaX86 aanchal-fatwani monarch0111 adarshlilha avats-dev visibleajay blenderskool AlekSi alzaar heroic AJ-72 apoorv-mishra anvaravind ari-hacks ashwanisindhu1 Caitlin-Fotheringham Chiradeep-Banik chrismaeda CommanderRoot DevSnap DiptoChakrabarty felixsuarez0727 gitstart ishaanmehta4 iamakulov jarimayenburg JarLob JeffResc jmakhack jlund jrcamelo khoahuynhdev kylegalbraith loiscodes jk2K MuhammadAakash moulik-deepsource Nandanha wasabigeek nipun1999 nishihere19 Nitesh2905 eagleera NoxiousPenguin pallavagarwal07 paususe neok sanchezpili6 pushkar1393 imor ricardocarrola RishiKumarRay Rooney30 Saket2 withshubh smrutiparida somnathdasadhikari srijanshetty Sufiyan1997 rayrny trishitapingolia webdott vasanthkumar18 VanshajPoonia Yash-Bhange YogeshJayaseelan Ian-Yy devnamrits deepakchethan IAmAnubhavSaini gokuatkai Jackenmen Mrxyy zimkjh kyteinsky lifeneedspassion nikhil-babar nupur-singhal1992 nzidol onifs10 ps-xaf

License

Appsmith is available under the Apache License 2.0. Use it wisely.