Ecosyste.ms: Timeline

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

IITGN-CS431/project-cns

Quantizate created a comment on an issue on IITGN-CS431/project-cns
Plus with this being the code ``` if (sendSSLRequest(ssl, requestStr, response, auth_key)) { std::cout << response << std::endl; } std::istringstream ...

View on GitHub

Quantizate created a comment on an issue on IITGN-CS431/project-cns
The communication is happening and we also see a successful account creation message, owing to that if a file isn't created then i believe a bug persists. PFA attached the docker file so you can te...

View on GitHub

YYashraj opened an issue on IITGN-CS431/project-cns
Functionality Issue: Multiple transactions taken as valid input; Performing only one (Group-9)
![image](https://github.com/user-attachments/assets/f5ce0360-bae3-4e02-b0dd-a66f36e70eb6)
Demolus13 opened an issue on IITGN-CS431/project-cns
Build Failure: Update the names of the files in the Makefile (Group 6)
![group-6-bug-1](https://github.com/user-attachments/assets/467de14c-c8d8-4561-91d1-cf65b42a1ba1)
YYashraj opened an issue on IITGN-CS431/project-cns
Functionality issue: Accepting more than 2 decimal places in amount (Group 9)
![image](https://github.com/user-attachments/assets/e7aafc55-01d1-4d96-b0a3-39c020a7c58a) ![image](https://github.com/user-attachments/assets/f6a2caf9-4ea4-4226-9500-a23978d4fa57)
AshStorm17 opened a pull request on IITGN-CS431/project-cns
Command Line Checks fixed #22 #24
Minor bug in the checks for validation fixed.
bichhawat added carbonvibes to IITGN-CS431/project-cns
AshStorm17 created a comment on an issue on IITGN-CS431/project-cns
There might been a communication error in between the communication process due to various reasons. In such a case the transaction would have been rolled back. Kindly, check if there was an inconsi...

View on GitHub

Quantizate opened an issue on IITGN-CS431/project-cns
Security Bug: Card file contains the pin in non-encrypted manner (Group 9)
![Screenshot 2024-10-24 at 7 54 20 PM](https://github.com/user-attachments/assets/43c0d4f1-09cb-448e-b3e3-1b25fe17d5c7)
Quantizate opened an issue on IITGN-CS431/project-cns
Functionality bug: Invalid port number accepted (Group 9)
![Screenshot 2024-10-24 at 7 32 28 PM](https://github.com/user-attachments/assets/14c94a66-5d37-48d2-a785-ee1efebb82e5)
bichhawat added nishishah05 to IITGN-CS431/project-cns
Vraj2811 opened an issue on IITGN-CS431/project-cns
Functionality Bug (Group 10)
Can leave the campus without leaving from the room ![Screenshot From 2024-10-24 19-10-58](https://github.com/user-attachments/assets/89b431ab-71f1-4723-9dba-2fa5ec705180)
bichhawat added RuchitJagodara to IITGN-CS431/project-cns
Quantizate opened an issue on IITGN-CS431/project-cns
Functionality Issue: Card File creation error (Group 5)
![Screenshot 2024-10-24 at 6 58 15 PM](https://github.com/user-attachments/assets/b3e87d0a-3544-4423-a1ca-4e107db4b2a6) ![Screenshot 2024-10-24 at 6 58 26 PM](https://github.com/user-attachments/a...
bichhawat added Vraj2811 to IITGN-CS431/project-cns
Quantizate created a comment on an issue on IITGN-CS431/project-cns
![Screenshot 2024-10-24 at 5 01 07 AM](https://github.com/user-attachments/assets/202191c9-e29a-4e0b-8407-138a11c10a84)

View on GitHub

Quantizate opened an issue on IITGN-CS431/project-cns
Functionality issue: Accepting more than 2 decimal places in number input (Group 5)
![Uploading Screenshot 2024-10-24 at 5.01.07 AM.jpg…]()
bichhawat created a comment on an issue on IITGN-CS431/project-cns
Resolved

View on GitHub

bichhawat closed an issue on IITGN-CS431/project-cns
Functionality Bug(Group-2): Employees and Guests with the Same Name Treated as the Same Entity
# Functionality Bug(Group-2): Employees and Guests with the Same Name Treated as the Same Entity # Description According to the project specification, employees and guests can have the same nam...
bichhawat created a comment on an issue on IITGN-CS431/project-cns
Resolved

View on GitHub

bichhawat closed an issue on IITGN-CS431/project-cns
Functionality Bug (Group-2): Invalid Room ID Accepted (logappend)
# Functionality Bug (Group-2): Invalid Room ID Accepted (logappend) ## Description The system allows appending an entry with an ```invalid room ID``` (-1), which violates the specification that r...
bichhawat created a comment on an issue on IITGN-CS431/project-cns
Resolved

View on GitHub

bichhawat closed an issue on IITGN-CS431/project-cns
Security Bug (Group-2) : Hardcoded Encryption Key and Vulnerable Key Retrieval and Storage Mechanism
# Security Bug: Hardcoded Encryption Key and Vulnerable Key Retrieval and Storage Mechanism ## Description: The current code contains a critical security flaw where the encryption key is hardco...
bichhawat created a comment on an issue on IITGN-CS431/project-cns
Any attempt to learn something about the log’s contents, or to change them, without the use of the logread and logappend and the proper token should be disallowed. You cannot store the logs in plai...

View on GitHub

bichhawat closed a pull request on IITGN-CS431/project-cns
Security Bug Resolved.
Now we are not using the hardcoded key. Now the password is hashed using bcrypt and the log entries are encrypted and decrypted using PBKDF2.
bichhawat pushed 2 commits to main IITGN-CS431/project-cns
  • Fixed Functionality Bugs Guest and Employees with same name are now treated as separate entities. Accepted Room no.... bf5f31f
  • Merge pull request #10 from naveeeeeeeeeen/patch-1 Fixed Functionality Bugs f7a7318

View on GitHub

bichhawat created a comment on an issue on IITGN-CS431/project-cns
Agreed. We are looking for bugs where any attempt to learn something about the log’s contents, or to change them, without the use of the logread and logappend and the proper token is allowed

View on GitHub

bichhawat closed an issue on IITGN-CS431/project-cns
Functionality Bug (Group-2): No Client-Server Communication, Logs Appended Locally
# Functionality Bug (Group-2): No Client-Server Communication, Logs Appended Locally ## Description The current implementation appends log entries directly to a local file without any form of ...
bichhawat created a comment on an issue on IITGN-CS431/project-cns
I think this is okay as long as this for the server

View on GitHub

Load more