Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

IITGN-CS431/project-cns

bichhawat closed an issue on IITGN-CS431/project-cns
Functionality Bug (Group 8): Invalid Room number accepted.
**According to project specifications, room number greater than 1073741823 should not be allowed.** ![WhatsApp Image 2024-10-25 at 00 30 03](https://github.com/user-attachments/assets/966be2be-478...
bichhawat closed an issue on IITGN-CS431/project-cns
Functionality Issue(Group-8) Invalid Timestamp is accepted
****As we can see in the image, an invalid timestamp is accepted which is wrong**. Timestamp should be between 1<=Timestamp<=1,073,741,823** ![WhatsApp Image 2024-10-25 at 12 30 06 AM](https://gi...
bichhawat closed an issue on IITGN-CS431/project-cns
Functionality Bug (Group-8): Server Aborted Due to Lengthy Employee Name and Batch Errors Causing Crashes
# Functionality Bug (Group-8): Server Aborted Due to Lengthy Employee Name ## Description A batch file was created where a valid command was issued with the employee name being of **length 1...
bichhawat closed an issue on IITGN-CS431/project-cns
Functionality Bug (Group-6): Person not getting appended into room
# Description Giving the following set of instructions through a batch file: ![image](https://github.com/user-attachments/assets/c15cd5ec-5a58-4f1a-b7a3-e110083f6e74) Then reading the stat...
bichhawat closed an issue on IITGN-CS431/project-cns
Functionality Bug (Group-6): Person state inconsistent after leaving campus
## Description Giving the following set of instructions through a batch file: ![image](https://github.com/user-attachments/assets/9e15af89-7c94-43f9-a342-fcf0bf1337d7) and then reading the...
bichhawat created a comment on an issue on IITGN-CS431/project-cns
This is okay in a client-server model. If the logs are on the client-side, they should not be readable without logappend, logread and the token

View on GitHub

bichhawat closed an issue on IITGN-CS431/project-cns
SECURITY BUG (GROUP 4): All the Log files & tokens are accessible in mongoDB
![Screenshot from 2024-10-26 00-34-02](https://github.com/user-attachments/assets/8a474fe5-5d04-46c9-be15-68cddd65b151) ![Screenshot from 2024-10-26 00-33-24](https://github.com/user-attachments/a...
bichhawat created a comment on an issue on IITGN-CS431/project-cns
I am going to close this as you have already reported the max. limit

View on GitHub

bichhawat closed an issue on IITGN-CS431/project-cns
FUNCTIONALITY ISSUE (GROUP-04) Wrongly leaving of room without even entering
**Here Shahid and Salman can leave the room without entering it first which is wrong.** ![WhatsApp Image 2024-10-26 at 12 51 18 AM](https://github.com/user-attachments/assets/02c9f42d-ebcf-498f-...
bichhawat created a comment on an issue on IITGN-CS431/project-cns
I am going to close this as you have already reported the max. limit

View on GitHub

bichhawat closed an issue on IITGN-CS431/project-cns
FUNCTIONALITY ISSUE (GROUP - 04) Total time spend in the campus is not calculated
**As according to the instruction** (-T Gives the total time spent in the campus by an employee or guest, over the whole history of the log. If the employee or guest is currently in the campus, inc...
bichhawat created a comment on an issue on IITGN-CS431/project-cns
Adding to different logs are okay as they are independent logs. The issues need to be within the same log.

View on GitHub

bichhawat closed an issue on IITGN-CS431/project-cns
FUNCTIONALITY ISSUE (GROUP - 02) : Person state inconsistent across different logs
Giving the following set of instructions through a batch file: ![image](https://github.com/user-attachments/assets/36907ba3-d356-4b83-a688-e6d80a766f62) and then reading the state of rooms: ...
bichhawat created a comment on an issue on IITGN-CS431/project-cns
Functionality bug

View on GitHub

bichhawat created a comment on an issue on IITGN-CS431/project-cns
I think the question here is that can a random atm (without bank.auth which is not present here) connect to the bank. If this is hardcoded into atm, can we generate a rogue-atm with some fields cha...

View on GitHub

bichhawat created a comment on an issue on IITGN-CS431/project-cns
Please check if this works, if not we will reopen and mark it as bug.

View on GitHub

bichhawat closed an issue on IITGN-CS431/project-cns
GROUP 5 - Compilation error
During compilation, the following error is being shown. There are no steps mentioned in the readme file on how to set up the text file db_config ![image](https://github.com/user-attachments/assets...
AshStorm17 closed an issue on IITGN-CS431/project-cns
Card Files Issue [Group 3] : Visible Hashes
![{61A7845D-D3D1-4BC4-9B8F-20C919FE1EBC}](https://github.com/user-attachments/assets/b37ab0e3-c5ba-4425-8d81-4032570d9e61) In card files, along with the pin, the encrypted text value is also sho...
AshStorm17 created a comment on an issue on IITGN-CS431/project-cns
The user is authenticated, but we are not authenticating the atm. This should be done in order to ensure that only legitimate atm's are able to login to the bank.

View on GitHub

AshStorm17 closed an issue on IITGN-CS431/project-cns
Prompt Issue [Group 3] : Invalid Card Files
![{F2F419F1-2BB7-4A82-9791-7B5FF53FE1F9}](https://github.com/user-attachments/assets/eda529fd-e947-4d47-b10e-810814ed5e67) I created a bank account and gave the card file as a. ![{EB88A327-BF...
Pranjal4697 created a comment on an issue on IITGN-CS431/project-cns
We have fixed this issue. Now the changes are reflected when a person leaves the campus. ![image](https://github.com/user-attachments/assets/d561d703-3c7e-4d04-a949-55716536aa5c)

View on GitHub

bichhawat closed an issue on IITGN-CS431/project-cns
Username greater than 130 charcaters[group 9]
requirement: File names are restricted to underscores, hyphens, dots, digits, and lowercase alphabetical characters (each character should match /[_\-\.0-9a-z]/). File names are to be between 1 and...
bichhawat closed an issue on IITGN-CS431/project-cns
GROUP 9- Functionality issue - Invalid Account names being accepted
According to the spec, the length of account names should be restricted to be between 1 and 122 characters inclusively, but account name of length greater than 122 characters is getting accepted. ...
bichhawat closed an issue on IITGN-CS431/project-cns
Functionality bug (Group-9): Currency amounts
One of the functionalities asks for the following: Balances and currency amounts are specified as a number indicating a whole amount and a fractional input separated by a period. The fractional inp...
bichhawat closed an issue on IITGN-CS431/project-cns
Functionality issue - Group 9 - Bank program shuts down when it shouldn't
In the specifications for the bank-atm security model, it has been mentioned that the bank server program should not stop running unless it explicitly receives an exit (SIGTERM signal or any other ...
VenkatReddybathuni opened an issue on IITGN-CS431/project-cns
FUNCTIONALITY ISSUE (GROUP - 02) : Person state inconsistent across different logs
Giving the following set of instructions through a batch file: ![image](https://github.com/user-attachments/assets/36907ba3-d356-4b83-a688-e6d80a766f62) and then reading the state of rooms: ...
Pranjal4697 opened a pull request on IITGN-CS431/project-cns
Fixed Issue #57
Fixed Issue : "Functionality Bug (Group-6): Person state inconsistent after leaving campus" #57
bichhawat closed an issue on IITGN-CS431/project-cns
GROUP 9 - Functionality issue - Command line input amounts aren't bounded
According to the spec Command line input amounts should be bounded from 0.00 to 4294967295.99 inclusively but it is accepting an initial balance of 5294967295.99 (see the following) ``` heerkub...
bichhawat closed an issue on IITGN-CS431/project-cns
Functionality Bug(Group-8): Out-of-Range Exception Causing Server Crash for logappend and logread Commands
# Functionality Bug(Group-8): Out-of-Range Exception Causing Server Crash for logappend and logread Commands ## Description When the command ```logappend``` or ```logread``` is issued without...
bichhawat created a comment on an issue on IITGN-CS431/project-cns
Can you add a minimum working example to show that an atm can access this data without the auth file, if I understand your issue correctly?

View on GitHub

Load more